From 930c6012d15d117550264fdbb8d137dae08bd485 Mon Sep 17 00:00:00 2001 From: Bekzat Samatov Date: Mon, 18 Jan 2021 15:14:18 +0600 Subject: [PATCH] Bump version to 2.0.4 --- .github/workflows/auto-publish.yml | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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": {