Skip to content

Commit dbe4591

Browse files
Fix script name in staging version bump workflow
1 parent e1ab117 commit dbe4591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
python-version: '3.x'
4040

41-
- name: Run bump_versions.py
41+
- name: Run bump_version.py
4242
id: bump
4343
run: |
4444
output=$(python bump_versions.py \

0 commit comments

Comments
 (0)