diff --git a/.github/workflows/Build_Release.yml b/.github/workflows/Build_Release.yml index 61f99f8..bc23a91 100644 --- a/.github/workflows/Build_Release.yml +++ b/.github/workflows/Build_Release.yml @@ -2,8 +2,8 @@ on: push: # Sequence of patterns matched against refs/tags - #tags: - #- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 name: Upload Release Asset