Files
pick/.gitea/workflows/release.yml
Mark 10625a13ea
Some checks failed
CI / Typos (push) Successful in 7s
CI / Clippy (push) Successful in 51s
CI / Check version (push) Failing after 4s
CI / Build and test (push) Successful in 54s
Release / release (push) Failing after 10s
Fix release (#3)
Reviewed-on: #3
2025-05-04 10:35:56 -07:00

20 lines
327 B
YAML

name: Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: https://gitea.com/actions/release-action@main
with:
api_key: "${{secrets.RELEASE_TOKEN}}"