Skip to content

Commit

Permalink
use npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jun 28, 2022
1 parent 4fac8b9 commit 9619c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn workspace @ensdomains/ensjs run publish
run: yarn workspace @ensdomains/ensjs npm publish

- name: Push changes
run: git push
Expand Down

0 comments on commit 9619c02

Please sign in to comment.