Files
test-actions/.gitea/workflows/realease-tag.yml
Lukas Greve 3dc602be49
Some checks failed
release / release (push) Failing after 1s
add stuff
2025-07-09 20:36:28 +02:00

19 lines
321 B
YAML

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