Skip to content

Commit

Permalink
fix: build issue where full path of dist/library folder is pushed to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Jan 28, 2023
1 parent 31e18e0 commit 0fee223
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: |
echo registry=https://registry.npmjs.org/ > .npmrc
echo @uzenith360:registry=https://npm.pkg.github.com/ > .npmrc
echo '//npm.pkg.github.com/:_authToken=${{ secrets.GH_TOKEN }}' >> .npmrc
echo '//npm.pkg.github.com/:_authToken=${{ secrets.GH_TOKEN }}' >> .npmrc
- name: Change directory to library folder
run: cd dist/ngx-jwt-auth
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0fee223

Please sign in to comment.