Skip to content

Commit d6f2573

Browse files
Merge pull request #459 from dekusms/dev
Fix script name in staging version bump workflow
2 parents edd9f96 + 1b9ef04 commit d6f2573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)