Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
goloveychuk committed Sep 8, 2022
1 parent d7cb80e commit b744eac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
- run: yarn install
- run: yarn build
- run: yarn test
- run: yarn publish
- run: yarn config set npmAuthToken "$NODE_AUTH_TOKEN"
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

- run: yarn publish


# publish-npm:
# needs: build
Expand Down

0 comments on commit b744eac

Please sign in to comment.