Update .gitea/workflows/release.yml
Some checks failed
CI / Build & Test (push) Failing after 1m40s

This commit is contained in:
2025-11-19 14:30:05 +00:00
parent 2814558204
commit 2b98e32a2a

View File

@@ -62,10 +62,10 @@ jobs:
- name: Create Release
uses: akkuman/gitea-release-action@v1
# or your mirror, e.g. actions/gitea-release-action@v1
# or actions/gitea-release-action@v1
with:
files: release-artifacts/*
token: ${{ secrets.GITHUB_TOKEN }} # make sure this PAT exists in Gitea
token: ${{ secrets.TOKEN_GITEA }} # make sure this PAT exists in Gitea
tag_name: ${{ steps.version.outputs.VERSION }}
name: Release ${{ steps.version.outputs.VERSION }}
body: |