We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ec179 commit a05adb4Copy full SHA for a05adb4
.github/workflows/update-github-release.yml
@@ -1,20 +1,12 @@
1
name: update release
2
-on:
3
- workflow_dispatch:
4
- inputs:
5
- ref:
6
- description: 'Tag, branch or commit of the release'
7
- required: false
8
- default: ${{ github.ref }}
+on: workflow_dispatch
9
jobs:
10
shell-ci:
11
uses: QualiSystems/.github/.github/workflows/shell-py-39.yml@master
12
with:
13
run-pre-commit: false
14
- ref: ${{ inputs.ref }}
15
github-release:
16
needs: shell-ci
17
uses: QualiSystems/.github/.github/workflows/shell-github-release.yml@master
18
19
update: true
20
0 commit comments