Skip to content

Commit 1b9ef04

Browse files
Fix script name in staging version bump workflow
1 parent 7cf433a commit 1b9ef04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
echo "Found version.properties:"
5252
cat version.properties
5353
54-
- name: Run bump_versions.py
54+
- name: Run bump_version.py
5555
id: bump
5656
run: |
57-
python bump_versions.py \
57+
python bump_version.py \
5858
"${{ steps.previoustag.outputs.tag }}" \
5959
"${{ steps.branch.outputs.name }}" \
6060
> /tmp/version_bumped.properties

0 commit comments

Comments
 (0)