Skip to content

Commit 8d85b99

Browse files
committed
format
1 parent 9230d3e commit 8d85b99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Echo version input
37-
run: echo "Version input is: ${{ github.event.inputs.version }}"
37+
run: |
38+
echo "Version input is: ${{ github.event.inputs.version }}"
3839
3940
- name: Validate version input
4041
if: ${{ github.event.inputs.version != 'main' && !contains(github.event.inputs.version, 'rc') }}

0 commit comments

Comments
 (0)