chore: merge main into alpha #89

Open
marcel.henselin wants to merge 21 commits from main into alpha
Showing only changes of commit aaabadde1a - Show all commits

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