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 a1f10cc commit b54ffa7Copy full SHA for b54ffa7
.github/workflows/release-please.yml
@@ -65,7 +65,7 @@ jobs:
65
deploy-doc:
66
runs-on: ubuntu-latest
67
needs: release
68
- if: ${{ needs.release.outputs.prs_created }}
+ if: needs.release.outputs.prs_created == 'true'
69
70
strategy:
71
matrix:
0 commit comments