fix forgejo actions
All checks were successful
/ build-linux-amd64 (push) Successful in 1m3s

This commit is contained in:
ari melody 2026-01-31 03:03:02 +00:00
parent aa28ffedc8
commit 34065bd06f
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -1,7 +1,7 @@
on: on:
push: push:
branches: tags:
- main - 'v*'
jobs: jobs:
build-linux-amd64: build-linux-amd64:
@ -24,3 +24,5 @@ jobs:
with: with:
direction: upload direction: upload
token: ${{ secrets.RELEASE_TOKEN }} token: ${{ secrets.RELEASE_TOKEN }}
tag: ${{ env.GITHUB_REF_NAME }}