Files
pick/.gitea/workflows/release.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 18: mapping key "uses" already defined at line 13 line 19: mapping key "with" already defined at line 14
Mark f8e40daba6
Some checks failed
CI / Typos (pull_request) Successful in 7s
CI / Clippy (pull_request) Successful in 49s
CI / Check version (pull_request) Failing after 4s
CI / Build and test (pull_request) Successful in 58s
FIx release
2025-05-04 10:32:25 -07:00

20 lines
352 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
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
api_key: '${{secrets.RELEASE_TOKEN}}'