feat: add release workflow using shared workflow
auth0mock / build (pull_request) Successful in 2m4s

This commit is contained in:
2026-01-09 16:56:10 +01:00
parent 0bf64d97bf
commit bcbe17f010
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main