Skip to content

Commit 2b09fdf

Browse files
Change version properties output path in workflow
1 parent 92d01e3 commit 2b09fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
python bump_version.py \
5656
"${{ steps.previoustag.outputs.tag }}" \
5757
"${{ steps.branch.outputs.name }}" \
58-
> version.properties
58+
> /tmp/version_bumped.properties
59+
cp /tmp/version_bumped.properties version.properties
5960
echo "result<<EOF" >> $GITHUB_OUTPUT
6061
cat version.properties >> $GITHUB_OUTPUT
6162
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)