Fix release (#2)
Some checks failed
CI / Typos (push) Successful in 10s
CI / Clippy (push) Successful in 50s
CI / Check version (push) Failing after 3s
CI / Build and test (push) Successful in 55s

This commit is contained in:
2025-05-04 10:32:55 -07:00
committed by Mark
parent 3e1130a3b5
commit 6c61ef10b2
3 changed files with 13 additions and 12 deletions

View File

@ -6,14 +6,15 @@ on:
- main
workflow_dispatch:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
api_key: '${{secrets.RELEASE_TOKEN}}'
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
api_key: '${{secrets.RELEASE_TOKEN}}'