Skip to content

Commit

Permalink
ci(publish): added check for HAS_ASSETS value [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 5, 2023
1 parent 484b5aa commit 228a0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ./.github/workflows/publish-common.yml
with:
ref: refs/pull/${{github.event.pull_request.number}}/merge
upload_assets: ${{ needs.scope.outputs.HAS_ASSETS }}
upload_assets: ${{ needs.scope.outputs.HAS_ASSETS == 'true' }}
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}
Expand Down

0 comments on commit 228a0ff

Please sign in to comment.