diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index bb53831..6db8b91 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -69,8 +69,13 @@ jobs: - name: Publish package to NPM if: steps.check.outputs.changed == 'true' - run: npm publish + run: | + npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN + npm config set scope "@graxmonzo" + npm config list + npm publish --access public env: + CI: true NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Set up Node.js for GPR diff --git a/package.json b/package.json index abe6289..eec0759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graxmonzo/tailwind-caret-color", - "version": "2.0.3", + "version": "2.0.4", "description": "Tailwind plugin to create caret color classes", "main": "index.js", "repository": {