Skip to content

Commit f34dd26

Browse files
committed
echo
1 parent f722924 commit f34dd26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
name: Validate version input
3434
runs-on: ubuntu-latest
3535
steps:
36+
- name: Echo version input
37+
run: echo "Version input: '${{ github.event.inputs.version }}'"
38+
3639
- name: Validate version input
3740
if: ${{ github.event.inputs.version != 'main' && !contains(github.event.inputs.version, 'rc') }}
3841
run: |

0 commit comments

Comments
 (0)