Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmolnar committed Jan 30, 2022
1 parent a36aa95 commit d015887
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
node-version: 12
- run: |
yarn install
yarn build
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
yarn install
yarn build
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit d015887

Please sign in to comment.