We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63712de commit 2fe1ffaCopy full SHA for 2fe1ffa
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
version:
7
- description: "Version of the new release (e.g. `0.0.1`)"
+ description: "Version of the new release (e.g. `2.0.1`)"
8
required: true
9
10
jobs:
@@ -16,7 +16,6 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
fetch-depth: 0
19
- ref: ${{ startsWith(github.event.inputs.version, '0.') && 'support-0.x' || 'master' }}
20
token: ${{ secrets.NORMANRZ_PAT }}
21
22
- uses: actions/setup-python@v4
0 commit comments