Skip to content

Commit 4644cf2

Browse files
Merge pull request #443 from dekusms/dev
Update staging-version-bump.yml
2 parents 4cdcf84 + 3808926 commit 4644cf2

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run bump_version.py
4242
id: bump
4343
run: |
44-
output=$(python bump_versions.py \
44+
output=$(python bump_version.py \
4545
--tag "${{ steps.previoustag.outputs.tag }}" \
4646
--branch "${{ steps.branch.outputs.name }}")
4747
echo "result=$output" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)