Skip to content

Commit

Permalink
Add run number to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
myuce committed Apr 2, 2024
1 parent cd8d343 commit 24caf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
name: Corvid pre-release build ${{ github.run_number }}
tag: pre-release
tag: pre-release-${{ github.run_number }}
body: "Built from commit ${{ github.sha }}"
draft: false
artifacts: "Corvid-pre-release-${{ github.run_number }}.zip"

0 comments on commit 24caf74

Please # to comment.