Update Gitea release action to use akkuman/gitea-release-action@v1
Some checks failed
Create Release / build-and-release (push) Failing after 6s

This commit is contained in:
JSC
2025-10-05 17:02:09 +02:00
parent f452fe691c
commit 08d9e7dad9

View File

@@ -34,7 +34,7 @@ jobs:
README.md
- name: Create Release
uses: https://gitea.com/gitea/release-action@main
uses: akkuman/gitea-release-action@v1
with:
token: ${{ secrets.TOKEN }}
tag_name: ${{ steps.tag.outputs.VERSION }}