Skip to content

Commit

Permalink
Fix working directory in npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlOld committed Aug 2, 2024
1 parent 8622d38 commit 754a3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build library
run: npm run build:lib
- name: Publish to npm
working-directory: ./app
working-directory: ./lib-build
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 754a3ec

Please sign in to comment.