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