Skip to content

Commit b0439ca

Browse files
jDramaixcopybara-github
authored andcommitted
Fix GitHub Actions release workflow failure.
Always run set_piper_json_vars step to ensure piperJson output is available. Conditioning this step on foundNewRelease caused failures in the job output evaluation when foundNewRelease is false. PiperOrigin-RevId: 842728411
1 parent d3323fc commit b0439ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
echo "foundNewRelease: $FOUND_NEW_RELEASE"
5757
5858
- id: set_piper_json_vars
59-
if: ${{ steps.detect_changes.outputs.foundNewRelease == 'true' }}
6059
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#steps-context
6160
run: |
6261
{

0 commit comments

Comments
 (0)