Skip to content

Commit

Permalink
update publish action to use publisher
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Dec 26, 2020
1 parent c8f3baa commit 5d088d1
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 @@ -15,6 +15,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint
- run: npm publish
- run: npm run publisher
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 5d088d1

Please sign in to comment.