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 a071932 commit f2ea442Copy full SHA for f2ea442
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
with:
57
- tag_name: draft-${{ steps.date.outputs.date }}
+ tag_name: draft-${{ steps.date.outputs.date }}-${{ github.sha }}
58
release_name: Draft release ${{ steps.date.outputs.date }}
59
body: Latest snapshot (${{ github.sha }})
60
prerelease: true
0 commit comments