2 Commits
v1.3 ... v1.5

Author SHA1 Message Date
62b49cf36c mod(action): use different gitea-release-action
All checks were successful
Go Project Action / Spell-check and test go project (push) Successful in 32s
Release Go Application / Release go project (release) Successful in 26s
Go Project Action / Spell-check and test go project (release) Successful in 29s
2024-10-06 11:22:33 +02:00
7813db72f1 mod(action): remove fetch-depth 0
Some checks failed
Go Project Action / Spell-check and test go project (push) Successful in 33s
Release Go Application / Release go project (release) Failing after 26s
Go Project Action / Spell-check and test go project (release) Successful in 28s
Not sure if this is the issue for the tag not being found, but I want
to try
2024-10-06 11:17:08 +02:00

View File

@@ -25,7 +25,6 @@ jobs:
- name: Build
run: go build -ldflags "-s -w" -o ./bin/serve main.go
- name: Release build artifacts
uses: https://gitea.com/actions/release-action@main
uses: akkuman/gitea-release-action@v1.3.2
with:
files: ./bin/serve
api_key: '${{secrets.RELEASE_TOKEN}}'