We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16956b9 + 1209d6e commit 6f0158fCopy full SHA for 6f0158f
.github/workflows/staging-version-bump.yml
@@ -41,9 +41,7 @@ jobs:
41
- name: Run bump_version.py
42
id: bump
43
run: |
44
- output=$(python bump_version.py \
45
- --tag "${{ steps.previoustag.outputs.tag }}" \
46
- --branch "${{ steps.branch.outputs.name }}")
+ output=$(python bump_version.py ${{ steps.previoustag.outputs.tag }} ${{ steps.branch.outputs.name }}")
47
echo "result=$output" >> $GITHUB_OUTPUT
48
49
- name: Write version.properties
0 commit comments