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 cd8d343 commit 24caf74Copy full SHA for 24caf74
.github/workflows/main.yaml
@@ -42,7 +42,7 @@ jobs:
42
uses: ncipollo/[email protected]
43
with:
44
name: Corvid pre-release build ${{ github.run_number }}
45
- tag: pre-release
+ tag: pre-release-${{ github.run_number }}
46
body: "Built from commit ${{ github.sha }}"
47
draft: false
48
artifacts: "Corvid-pre-release-${{ github.run_number }}.zip"
0 commit comments