From 8cee97b30c7982517a98a5c8d68e42f50e9623b3 Mon Sep 17 00:00:00 2001 From: Aaron Long Date: Mon, 14 Aug 2023 23:08:09 -0400 Subject: [PATCH] fix(npm): Set access to publish --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index a082baa..b724690 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -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