build: add auto release
Some checks failed
check-flake / build (push) Successful in 2m9s
check-flake / release (push) Failing after 9s

This commit is contained in:
2024-11-14 20:22:15 +02:00
parent 562db427c6
commit 8cdea2c53b

View File

@@ -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 }}'"