We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a7503 commit a49c3c2Copy full SHA for a49c3c2
1 file changed
.github/workflows/release.yml
@@ -0,0 +1,19 @@
1
+name: Release
2
+
3
+run-name: Release ${{ github.event.inputs.version }}
4
5
+on:
6
+ workflow_dispatch:
7
+ inputs:
8
+ version:
9
+ description: 'Version of camunda-ext'
10
+ required: true
11
+ type: string
12
13
+jobs:
14
+ run-camunda-ext-ci:
15
+ if: github.ref_name != github.event.repository.default_branch
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - name: no action
19
+ run: true
0 commit comments