.gitea/workflows/release.yml aktualisiert
All checks were successful
release / release (push) Successful in 1m23s

This commit is contained in:
2025-02-25 22:28:30 +01:00
parent 46139cc4e1
commit 9e837c32b3

View File

@@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Create Release - name: Create Release
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with: