feat: add release workflow using shared workflow
robotframework / build (pull_request) Successful in 2m28s
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:
@@ -0,0 +1,9 @@
|
|||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main
|
||||||
Reference in New Issue
Block a user