Merge pull request 'feat: add release workflow using shared workflow' (#263) from feat/release-workflow into main
robotframework / build (push) Successful in 55s
Release / release (push) Successful in 1m10s

Reviewed-on: #263
This commit was merged in pull request #263.
This commit is contained in:
2026-01-09 09:40:36 +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