Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
Bump version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxMonzo committed Jan 18, 2021
1 parent 3f76015 commit 930c601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 930c601

Please sign in to comment.