Skip to content

Commit 0aada19

Browse files
Merge pull request #452 from dekusms/dev
Fix typo in script name for version bump
2 parents 90abc51 + 5af5228 commit 0aada19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run bump_versions.py
5353
id: bump
5454
run: |
55-
python bump_versions.py \
55+
python bump_version.py \
5656
"${{ steps.previoustag.outputs.tag }}" \
5757
"${{ steps.branch.outputs.name }}" \
5858
> version.properties

0 commit comments

Comments
 (0)