Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luciobenini committed Oct 24, 2021
1 parent cc5b5ff commit 22af344
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 @@ -32,7 +32,7 @@ jobs:
- name: Build
run: npm run build
- name: Publish
working-directory: ./app
working-directory: ./dist
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Build
run: npm run build
- name: Publish
working-directory: ./app
working-directory: ./dist
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 22af344

Please sign in to comment.