Merge pull request 'feat: add release workflow using shared workflow' (#236) from feat/add-release-workflow into main
Reviewed-on: #236
This commit was merged in pull request #236.
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