We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e472a1b commit e2f9889Copy full SHA for e2f9889
1 file changed
.github/workflows/release-on-main.yml
@@ -268,7 +268,7 @@ jobs:
268
echo "Reason: ${{ steps.decide.outputs.reason }}" >> "$GITHUB_STEP_SUMMARY"
269
270
- name: Dry-run release summary
271
- if: steps.bump.outputs.tag != "" && steps.dryrun.outputs.enabled == "true"
+ if: steps.bump.outputs.tag != '' && steps.dryrun.outputs.enabled == 'true'
272
run: |
273
echo "## Dry run: no release published" >> "$GITHUB_STEP_SUMMARY"
274
echo "Decision: ${{ steps.decide.outputs.decision }}" >> "$GITHUB_STEP_SUMMARY"
0 commit comments