Skip to content

Commit

Permalink
Merge pull request #39 from Chia-Network/20230926-use-outputs-of-chec…
Browse files Browse the repository at this point in the history
…k-secrets

Use outputs of check_secrets step
  • Loading branch information
prozacchiwawa authored Sep 27, 2023
2 parents 2de5dd4 + 54003dc commit bbc4523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
SECRET: "${{ secrets.NPM_TOKEN }}"

- name: Publish wasm
if: env.FULL_RELEASE == 'true' && steps.check_secrets.HAS_SECRET
if: env.FULL_RELEASE == 'true' && steps.check_secrets.outputs.HAS_SECRET
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: ${{ github.workspace }}/wasm/pkg
Expand Down

0 comments on commit bbc4523

Please sign in to comment.