Skip to content

Commit a05adb4

Browse files
committed
Revert "Update update-github-release.yml"
This reverts commit e7ec179.
1 parent e7ec179 commit a05adb4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
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 }}
2+
on: workflow_dispatch
93
jobs:
104
shell-ci:
115
uses: QualiSystems/.github/.github/workflows/shell-py-39.yml@master
126
with:
137
run-pre-commit: false
14-
ref: ${{ inputs.ref }}
158
github-release:
169
needs: shell-ci
1710
uses: QualiSystems/.github/.github/workflows/shell-github-release.yml@master
1811
with:
1912
update: true
20-
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)