Skip to content

Commit 2fe1ffa

Browse files
authored
Update release.yml
1 parent 63712de commit 2fe1ffa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: "Version of the new release (e.g. `0.0.1`)"
7+
description: "Version of the new release (e.g. `2.0.1`)"
88
required: true
99

1010
jobs:
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
ref: ${{ startsWith(github.event.inputs.version, '0.') && 'support-0.x' || 'master' }}
2019
token: ${{ secrets.NORMANRZ_PAT }}
2120

2221
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)