chore: update publish pipeline

This commit is contained in:
Marcel S. Henselin 2026-03-17 17:42:10 +01:00
parent 0a5bc30d9c
commit 48bc4df4fc

View file

@ -3,7 +3,7 @@ name: Publish
run-name: Publish by @${{ github.actor }}
on:
#workflow_dispatch:
workflow_dispatch:
push:
tags:
@ -44,6 +44,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-tags: true
- name: Setup Go
uses: actions/setup-go@v6