Skip to content

Commit 4a0c19b

Browse files
committed
update to use GITHUB_TAG
1 parent 0c453a2 commit 4a0c19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
if: github.ref == 'refs/heads/master'
9999
with:
100100
token: ${{ secrets.GITHUB_TOKEN }}
101-
tag: ${{ env.CURRENT_VERSION }}
102-
name: ${{ env.CURRENT_VERSION }}
101+
tag: ${{ env.GITHUB_TAG }}
102+
name: ${{ env.GITHUB_TAG }}
103103
body: ${{ env.GIT_RELEASE_NOTES }}
104104
files: >
105105
**/target/*.zip

0 commit comments

Comments
 (0)