Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Oct 8, 2022
1 parent fa21d5e commit 9a2c2ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: npm publish dist/ngx-maplibre-gl --access=public
- run: |
cd dist/ngx-maplibre-gl
npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_ORG_TOKEN}}

0 comments on commit 9a2c2ac

Please sign in to comment.