Skip to content

Commit

Permalink
build: add public access (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlnf authored Apr 8, 2024
1 parent 028031c commit 2524400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
release-type: node
if: github.ref == 'refs/heads/main'
- name: Publish to npm
run: npm publish package/
run: npm publish package/ --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
3 changes: 1 addition & 2 deletions package/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
engine-strict=true
@ogcio:registry=https://npm.pkg.github.com
engine-strict=true

0 comments on commit 2524400

Please sign in to comment.