Files
pick/.gitea/workflows/release.yml
Mark 65b60029ae
Some checks failed
CI / Typos (pull_request) Successful in 8s
CI / Clippy (pull_request) Successful in 48s
CI / Check version (pull_request) Failing after 3s
CI / Build and test (pull_request) Successful in 53s
CI
2025-05-04 10:26:54 -07:00

19 lines
326 B
YAML

name: Release
on:
push:
branches:
- main
workflow_dispatch:
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}}'