Compare commits
1 Commits
Release_3.1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cc16ed8a27 |
@@ -22,6 +22,6 @@ jobs:
|
||||
with:
|
||||
files: |-
|
||||
build/hello
|
||||
name: Release ${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
||||
tag_name: Release_${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
||||
name: Release ${{ vars.MAJOR }}.${{ vars.MINOR }}.${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
||||
tag_name: Release_${{ vars.MAJOR }}.${{ vars.MINOR }}.${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user