Compare commits
3 Commits
$TRUNKVER
...
2025032516
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70c7651ab8 | ||
|
|
d61110f4a5 | ||
|
|
caf3f83965 |
@@ -30,9 +30,7 @@ jobs:
|
||||
TRUNKVER: ${{ steps.trunkver.outputs.trunkver }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: "$TRUNKVER"
|
||||
release_name: "Release $TRUNKVER"
|
||||
tag_name: ${{ steps.trunkver.outputs.trunkver }}
|
||||
release_name: Release ${{ steps.trunkver.outputs.trunkver }}
|
||||
body: |
|
||||
${{ gitea.event.head_commit.message}}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user