Skip to content

Commit a078183

Browse files
add manual_release workflow
1 parent bcfef13 commit a078183

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Manual release
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
release:
8+
uses: Geode-solutions/actions/.github/workflows/trigger-release.yml@master
9+
with:
10+
branch: next
11+
secrets: inherit

0 commit comments

Comments
 (0)