Skip to content

Commit 46e7f01

Browse files
committed
doc: Update README.md
1 parent 02386eb commit 46e7f01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)