Skip to content

Commit 228a0ff

Browse files
committed
ci(publish): added check for HAS_ASSETS value [skip ci]
1 parent 484b5aa commit 228a0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: ./.github/workflows/publish-common.yml
3333
with:
3434
ref: refs/pull/${{github.event.pull_request.number}}/merge
35-
upload_assets: ${{ needs.scope.outputs.HAS_ASSETS }}
35+
upload_assets: ${{ needs.scope.outputs.HAS_ASSETS == 'true' }}
3636
secrets:
3737
gh_token: ${{ secrets.GH_TOKEN }}
3838
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)