Files
germandndcompendium/.gitea/workflows/release.yml
root 46139cc4e1
Some checks failed
release / release (push) Failing after 7s
fix: remove go jobs
2025-02-25 22:25:42 +01:00

21 lines
367 B
YAML

name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
**
api_key: '${{secrets.RELEASE_TOKEN}}'