Skip to content

Commit

Permalink
Update npm pubslih workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinnDimitroff committed Apr 26, 2021
1 parent 94c16af commit 158da60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
# - run: npm ci
- run: yarn install
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -46,4 +46,4 @@ jobs:
# - run: npm ci
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GH_ACC_TOKEN}}

0 comments on commit 158da60

Please sign in to comment.