File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Upload all packages in the folder to the npm repository.
3232``` yml
3333
3434- name : 📦 publish to NPM
35- uses : SunLxy /npm-publish@main
35+ uses : kktjs /npm-publish@main
3636 with :
3737 token : ${{ secrets.NPM_TOKEN }}
3838 workspaces : packages/*
@@ -42,7 +42,7 @@ Upload all packages in the folder to the npm repository.
4242
4343` ` ` yml
4444- name: 📦 publish to NPM
45- uses: SunLxy /npm-publish@main
45+ uses: kktjs /npm-publish@main
4646 with:
4747 token: ${{ secrets.NPM_TOKEN }}
4848 workspaces: |
@@ -57,7 +57,7 @@ Upload all packages in the folder to the npm repository.
5757
5858` ` ` yml
5959- name: 📦 publish to NPM
60- uses: SunLxy /npm-publish@main
60+ uses: kktjs /npm-publish@main
6161 with:
6262 token: ${{ secrets.NPM_TOKEN }}
6363 package: ./package.json
You can’t perform that action at this time.
0 commit comments