1 Commits

Author SHA1 Message Date
Tim Basten
207f392e80 update
Some checks failed
release / release (push) Failing after 2s
2026-02-06 11:10:57 +08:00

View File

@@ -1,24 +1,22 @@
name: Release name: release
on: on:
push: push:
tags: tags:
- "*" - '*'
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Use Go Action
- name: Create Gitea Release id: use-go-action
uses: gitea.com/actions/gitea-release-action@main uses: actions/release-action@main
with: with:
token: ${{ secrets.GITEA_TOKEN }} files: |-
tag_name: ${{ gitea.ref_name }} bin/**
name: ${{ gitea.ref_name }} api_key: '${{secrets.RELEASE_TOKEN}}'
body: "Automated release"