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 30866f3 commit 46f7e0fCopy full SHA for 46f7e0f
.github/workflows/release-please.yml
@@ -286,7 +286,7 @@ jobs:
286
permissions:
287
id-token: write
288
contents: write
289
- if: ${{ needs.release-please.outputs.package-node-server-sdk-redis-release }}
+ if: ${{ needs.release-please.outputs.package-node-server-sdk-redis-release == 'true' }}
290
steps:
291
- uses: actions/checkout@v3
292
- uses: actions/setup-node@v3
@@ -313,7 +313,7 @@ jobs:
313
314
315
316
- if: ${{ needs.release-please.outputs.package-node-server-sdk-dynamodb-release }}
+ if: ${{ needs.release-please.outputs.package-node-server-sdk-dynamodb-release == 'true' }}
317
318
319
0 commit comments