chore: merge main into alpha #89

Merged
marcel.henselin merged 26 commits from main into alpha 2026-03-25 09:25:59 +00:00
Showing only changes of commit aaabadde1a - Show all commits

View file

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