Skip to content

Commit

Permalink
bump patch and hard code commmand
Browse files Browse the repository at this point in the history
  • Loading branch information
pllearns committed Feb 6, 2020
1 parent f8516b5 commit 2b20da6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '10.x'
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: npm publish --access public
- run: npm publish --@xyo-network:registry=https://registry.npmjs.org/ --access public
env:
NODE_AUTH_TOKEN: $ {{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 2b20da6

Please sign in to comment.