Skip to content

Commit ba70529

Browse files
authored
Merge pull request #27 from georg-eckert-zeiss/support-release
a
2 parents 4f6a9ed + cab7ef4 commit ba70529

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Create release (from develop only!)
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
release:
8+
uses: georg-eckert-zeiss/ghp/.github/workflows/create-support-release.yml@main
9+
with:
10+
generate_release_notes: true
11+
secrets: inherit

0 commit comments

Comments
 (0)