Skip to content

Commit

Permalink
[local] Fix workflow syntax for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGerleman committed Jun 29, 2023
1 parent f216c84 commit 24d2782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: yarn publish
run: yarn publish
working-directory: javascript
env:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 24d2782

Please sign in to comment.