Skip to content

Commit 6f0158f

Browse files
Merge pull request #445 from dekusms/dev
python tags
2 parents 16956b9 + 1209d6e commit 6f0158f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
- name: Run bump_version.py
4242
id: bump
4343
run: |
44-
output=$(python bump_version.py \
45-
--tag "${{ steps.previoustag.outputs.tag }}" \
46-
--branch "${{ steps.branch.outputs.name }}")
44+
output=$(python bump_version.py ${{ steps.previoustag.outputs.tag }} ${{ steps.branch.outputs.name }}")
4745
echo "result=$output" >> $GITHUB_OUTPUT
4846
4947
- name: Write version.properties

0 commit comments

Comments
 (0)