ci: Release only on tag set
All checks were successful
Build artifact / build (push) Successful in 21s
Build artifact / release (push) Successful in 14s

This commit is contained in:
MatteoSchiff
2024-03-13 14:58:37 +01:00
parent 51fa77b84b
commit 2abf750fc6

View File

@@ -38,6 +38,7 @@ jobs:
go-version: 1.21 go-version: 1.21
- name: Release artifact - name: Release artifact
id: use-go-action id: use-go-action
if: startsWith(gitea.event.ref, 'refs/tags/v')
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with:
files: |- files: |-