We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c4ae4 commit 62c525cCopy full SHA for 62c525c
.github/workflows/create-release.yml
@@ -0,0 +1,11 @@
1
+# Create a stable project release. This workflow is manually triggered.
2
+
3
+name: Create release
4
5
+# Run on manual trigger only
6
+on:
7
+ workflow_dispatch:
8
9
+jobs:
10
+ release:
11
+ uses: ZEISS-PiWeb/github-actions/.github/workflows/create-release.yml@feature/Action_Configuration
0 commit comments