Files
pick/.gitea/workflows/release.yml
Mark bdf0511390
Some checks failed
CI / Clippy (push) Failing after 8s
CI / Typos (push) Successful in 10s
CI / Check version (push) Has been skipped
CI / Build and test (push) Failing after 8s
Release / release (push) Failing after 36s
Fix build (#4)
Reviewed-on: #4
2025-05-04 10:52:08 -07:00

25 lines
451 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
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: ">=1.20.1"
- uses: https://gitea.com/actions/release-action@main
with:
api_key: "${{secrets.RELEASE_TOKEN}}"