We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72bb2e commit 99e46ccCopy full SHA for 99e46cc
1 file changed
.github/workflows/main_master.yml
@@ -64,7 +64,7 @@ jobs:
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
66
with:
67
- tag_name: ${{ github.ref }}
+ tag_name: tag-${{ github.run_id }}
68
release_name: Release ${{ github.run_id }}
69
body: |
70
${{ steps.Changelog.outputs.changelog }}
0 commit comments