Skip to content

Commit

Permalink
fix: fix version with ci for npm publish (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohui-son authored May 30, 2024
1 parent 754bf97 commit bd6bb2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: pnpm install --no-frozen-lockfile

- run: pnpm run build
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Corca <[email protected]>",
"description": "Corca Design System",
"private": false,
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down

0 comments on commit bd6bb2d

Please sign in to comment.