add gitea release action workflow

This commit is contained in:
Lukas Greve
2025-07-25 22:48:48 +02:00
parent 6d0f2da52b
commit 80580710fc

19
workflows/release-tag.yml Normal file
View File

@@ -0,0 +1,19 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0
- uses: https://git.phyllo.me/actions/action-gh-release@v2
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'