We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f2d14 commit 5d9c829Copy full SHA for 5d9c829
.github/workflows/continuous-integration.yml
@@ -51,7 +51,7 @@ jobs:
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
with:
54
- tag_name: ${{ github.ref }}
+ tag_name: ${{ needs.package.outputs.version }}
55
release_name: Version ${{ needs.package.outputs.version }}
56
body: ""
57
draft: false
0 commit comments