build: add auto release
This commit is contained in:
@@ -45,8 +45,9 @@ jobs:
|
|||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
release: true
|
release: true
|
||||||
git-user: "Cog Bot"
|
git-user: "Gitea Bot"
|
||||||
git-user-email: "mycoolproject@org.org"
|
git-user-email: "bot@git.palkoi.net"
|
||||||
|
check-latest-tag-only: true
|
||||||
# The version number is accessible as a github action output
|
# The version number is accessible as a github action output
|
||||||
- name: Print version
|
- name: Print version
|
||||||
run: "echo '${{ steps.release.outputs.version }}'"
|
run: "echo '${{ steps.release.outputs.version }}'"
|
||||||
|
|||||||
Reference in New Issue
Block a user