Files
pick/.gitea/workflows/release.yml
Mark b3175e2c1c
All checks were successful
CI / Typos (pull_request) Successful in 10s
CI / Clippy (pull_request) Successful in 38s
CI / Check version (pull_request) Successful in 4s
CI / Build and test (pull_request) Successful in 55s
Fix release
2025-05-04 10:34:12 -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}}"