We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c0747 commit 4b3eca8Copy full SHA for 4b3eca8
.github/workflows/publish_to_npm.yml
@@ -30,6 +30,7 @@ jobs:
30
run: npm run build-lib
31
32
- name: Publish to npm
33
+ working-directory: ./dist/angular-mydatepicker
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36
run: npm publish --access public
0 commit comments