Skip to content

Commit 62c525c

Browse files
committed
feat: Adds release pipeline
1 parent 40c4ae4 commit 62c525c

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+
# 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

Comments
 (0)