update
All checks were successful
release / release (push) Successful in 5s

This commit is contained in:
Tim Basten
2026-02-06 11:20:01 +08:00
parent 78253e9314
commit 888cae3db2

View File

@@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Create Gitea Release - name: Create Gitea Release
uses: gitea.com/actions/gitea-release-action@main uses: akkuman/gitea-release-action@v1
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
tag_name: ${{ gitea.ref_name }} tag_name: ${{ gitea.ref_name }}