Skip to content

Commit

Permalink
package version fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
eunchurnpark committed Jun 9, 2020
1 parent b7fdecb commit fd14401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- name: "Publish to Node Package Manager"
run: |
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
Expand All @@ -51,6 +52,7 @@ jobs:
scope: '@eunchurn'
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_GITHUB_TOKEN}}
- run: npm ci
- name: "Publish to Github Package Registry"
run: |
echo "registry=https://npm.pkg.github.com/eunchurn" >> ~/.npmrc
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": "@eunchurn/windrose-chart",
"version": "0.0.1",
"version": "0.0.2",
"description": "React Windrose Chart Component (D3js implemented SVG rendering)",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit fd14401

Please sign in to comment.