Skip to content

Commit

Permalink
fix(build): publish angular dist folder instead of root
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Nov 11, 2020
1 parent 85cd2d6 commit 2b8413b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -45,6 +45,6 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.TOKEN_BUTTON_ELEMENT}}
- name: publish @google-pay/button-angular to npm (via wombat dressing)
run: cd src/button-angular && npm publish --access=public
run: cd src/button-angular/dist && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.TOKEN_BUTTON_ANGULAR}}

0 comments on commit 2b8413b

Please sign in to comment.