Skip to content

Commit 4b3eca8

Browse files
committed
add working directory
1 parent d3c0747 commit 4b3eca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_to_npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: npm run build-lib
3131

3232
- name: Publish to npm
33+
working-directory: ./dist/angular-mydatepicker
3334
env:
3435
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3536
run: npm publish --access public

0 commit comments

Comments
 (0)