We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484b5aa commit 228a0ffCopy full SHA for 228a0ff
.github/workflows/publish-canary.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: ./.github/workflows/publish-common.yml
33
with:
34
ref: refs/pull/${{github.event.pull_request.number}}/merge
35
- upload_assets: ${{ needs.scope.outputs.HAS_ASSETS }}
+ upload_assets: ${{ needs.scope.outputs.HAS_ASSETS == 'true' }}
36
secrets:
37
gh_token: ${{ secrets.GH_TOKEN }}
38
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}
0 commit comments