feat: migrate to Gitea Actions with shared release workflow
Release / release (push) Failing after 30s

This commit is contained in:
2026-01-08 20:57:11 +01:00
parent 65c242d512
commit 2703ac0d5f
2 changed files with 9 additions and 19 deletions
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main