Skip to content

Commit

Permalink
chore: fix publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Apr 27, 2023
1 parent 6e018a4 commit 72424c1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
run: |
pnpm exec lerna run build
# ------- lerna publish to npm
# - name: Switch to private npm registry
# uses: actions/setup-node@v3
# - name: Publish
# run: |
# pnpm exec lerna publish from-git --yes
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Switch to private npm registry
uses: actions/setup-node@v3
- name: Publish
run: |
pnpm exec lerna publish from-git --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,17 @@
},
"workspaces": [
"packages/*"
]
}
],
"description": "Kit for web develop.",
"bugs": {
"url": "https://github.com/yugasun/kit/issues"
},
"homepage": "https://github.com/yugasun/kit#readme",
"keywords": [
"kit",
"web-develop",
"crypto"
],
"author": "yugasun",
"license": "MIT"
}
10 changes: 0 additions & 10 deletions packages/crypto/CHANGELOG.md

This file was deleted.

5 changes: 4 additions & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@ygkit/crypto",
"version": "0.2.0",
"version": "0.0.0",
"publishConfig": {
"access": "public"
},
"description": "crypto",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down

0 comments on commit 72424c1

Please sign in to comment.