We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5955db commit 0ee9d9cCopy full SHA for 0ee9d9c
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
with:
36
- tag_name: '${{ env.PROJECT_VERSION }}-SNAPSHOT'
+ tag_name: '${{ env.PROJECT_VERSION }}'
37
release_name: SimpleTags
38
draft: false
39
prerelease: true
0 commit comments