Skip to content

Commit

Permalink
fix(cicd): fixes publish NPM GitHub action
Browse files Browse the repository at this point in the history
fixes publish to NPM GitHub action directory
  • Loading branch information
pavankjadda authored Jul 31, 2021
1 parent 500179a commit 3bc0856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish to NPM
on:
push:
### Publish on new tag release
tags:
- v*
#tags:
#- v*
jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -22,5 +22,5 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: projects/ngx-cookie-service/package.json
package: dist/ngx-cookie-service/package.json
access: public

0 comments on commit 3bc0856

Please sign in to comment.