feat: add release workflow using shared workflow
robotframework / build (pull_request) Successful in 2m28s

Triggers on push to main and uses the shared Release workflow
from unboundsoftware/shared-workflows.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-09 10:17:55 +01:00
parent f53aba6b7b
commit 21bc527adc
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main