Skip to content

Commit f2ea442

Browse files
committed
Include commit hash in draft tag name
Otherwise two builds on the same day conflict.
1 parent a071932 commit f2ea442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
with:
57-
tag_name: draft-${{ steps.date.outputs.date }}
57+
tag_name: draft-${{ steps.date.outputs.date }}-${{ github.sha }}
5858
release_name: Draft release ${{ steps.date.outputs.date }}
5959
body: Latest snapshot (${{ github.sha }})
6060
prerelease: true

0 commit comments

Comments
 (0)