6 Commits

Author SHA1 Message Date
873a4c5237 feature: test-feature 1 (#2)
All checks were successful
release / release (push) Successful in 4s
This feature introduces cool stuff
2026-02-06 11:27:01 +08:00
Tim Basten
ea0511ae49 feature: update 2026-02-06 11:22:14 +08:00
Tim Basten
e9235bb816 update 2026-02-06 11:21:28 +08:00
Tim Basten
888cae3db2 update
All checks were successful
release / release (push) Successful in 5s
2026-02-06 11:20:01 +08:00
Tim Basten
78253e9314 update
Some checks failed
release / release (push) Failing after 3s
2026-02-06 11:14:45 +08:00
Tim Basten
77662b71d2 update
Some checks failed
release / release (push) Failing after 3s
2026-02-06 11:14:02 +08:00
2 changed files with 12 additions and 9 deletions

View File

@@ -3,20 +3,22 @@ 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
id: use-go-action - name: Create Gitea Release
uses: actions/release-action@main uses: akkuman/gitea-release-action@v1
with: with:
files: |- token: ${{ secrets.GITEA_TOKEN }}
bin/** tag_name: ${{ gitea.ref_name }}
api_key: '${{secrets.RELEASE_TOKEN}}' name: ${{ gitea.ref_name }}
body: "Automated release"

1
test2.yml Normal file
View File

@@ -0,0 +1 @@
asdfsdfg