Skip to content

Commit 24caf74

Browse files
committed
Add run number to tags
1 parent cd8d343 commit 24caf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: ncipollo/[email protected]
4343
with:
4444
name: Corvid pre-release build ${{ github.run_number }}
45-
tag: pre-release
45+
tag: pre-release-${{ github.run_number }}
4646
body: "Built from commit ${{ github.sha }}"
4747
draft: false
4848
artifacts: "Corvid-pre-release-${{ github.run_number }}.zip"

0 commit comments

Comments
 (0)