Merge pull request 'feat: add release workflow using shared workflow' (#236) from feat/add-release-workflow into main
Release / release (push) Successful in 1m13s
auth0mock / build (push) Successful in 1m26s

Reviewed-on: #236
This commit was merged in pull request #236.
This commit is contained in:
2026-01-09 16:09:17 +00:00
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main