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.
1 parent 92d01e3 commit 2b09fdfCopy full SHA for 2b09fdf
.github/workflows/staging-version-bump.yml
@@ -55,7 +55,8 @@ jobs:
55
python bump_version.py \
56
"${{ steps.previoustag.outputs.tag }}" \
57
"${{ steps.branch.outputs.name }}" \
58
- > version.properties
+ > /tmp/version_bumped.properties
59
+ cp /tmp/version_bumped.properties version.properties
60
echo "result<<EOF" >> $GITHUB_OUTPUT
61
cat version.properties >> $GITHUB_OUTPUT
62
echo "EOF" >> $GITHUB_OUTPUT
0 commit comments