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 9230d3e commit 8d85b99Copy full SHA for 8d85b99
.github/workflows/python-release.yml
@@ -34,7 +34,8 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- name: Echo version input
37
- run: echo "Version input is: ${{ github.event.inputs.version }}"
+ run: |
38
+ echo "Version input is: ${{ github.event.inputs.version }}"
39
40
- name: Validate version input
41
if: ${{ github.event.inputs.version != 'main' && !contains(github.event.inputs.version, 'rc') }}
0 commit comments