Skip to content

Commit 801516e

Browse files
committed
feat: publish pkg workflow;
1 parent d8d49e1 commit 801516e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: |
4646
pnpm -v
4747
pnpm i
48-
pnpm run publish-pkg
48+
# pnpm run publish-pkg
49+
pnpm -r --filter="./packages/*..." exec pnpm publish --access public --no-git-checks
4950
env:
5051
NODE_AUTH_TOKEN: ${{secrets.NPM_CHAOS_TOKEN}}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "robin",
3-
"version": "0.0.1",
43
"private": true,
54
"description": "robin components",
65
"author": "Rain120",

packages/robin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@chaos-design/robin",
33
"private": true,
4-
"version": "0.0.1",
54
"description": "robin component website",
65
"license": "MIT",
76
"scripts": {

0 commit comments

Comments
 (0)