Skip to content

Commit d6610a6

Browse files
Merge pull request #460 from dekusms/dev
Fix workflow file and update script name
2 parents e723e10 + 4aaa245 commit d6610a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Bump Version
33
on:
44
push:
55
branches:
6-
- staging
76
- staging-release
87
- staging-release-*
98
workflow_dispatch:
@@ -52,10 +51,10 @@ jobs:
5251
echo "Found version.properties:"
5352
cat version.properties
5453
55-
- name: Run bump_versions.py
54+
- name: Run bump_version.py
5655
id: bump
5756
run: |
58-
python bump_versions.py \
57+
python bump_version.py \
5958
"${{ steps.previoustag.outputs.tag }}" \
6059
"${{ steps.branch.outputs.name }}" \
6160
> /tmp/version_bumped.properties

0 commit comments

Comments
 (0)