Skip to content

Commit

Permalink
fix(npm): Set access to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronclong committed Aug 15, 2023
1 parent 750cd46 commit 8cee97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
version=$(echo "${{github.ref}}" | sed 's/refs\/tags\/v//g')
echo "This the version ${version}"
npm set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
npm publish artifacts/library-build-dist/aaronclong-barcode-detection-polyfill-${version}.tgz
npm publish artifacts/library-build-dist/aaronclong-barcode-detection-polyfill-${version}.tgz --access public

0 comments on commit 8cee97b

Please sign in to comment.