Skip to content

Commit 5b12400

Browse files
committed
chore:修改ci日志生成内容
1 parent 46e7f01 commit 5b12400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: 📦 publish to NPM
6565
uses: SunLxy/npm-publish@main
6666
with:
67-
token: $\{{ secrets.NPM_TOKEN }}
67+
token: ${{ secrets.NPM_TOKEN }}
6868
workspaces: |
6969
packages/*
7070
packa/*
@@ -77,7 +77,7 @@ jobs:
7777
- name: 📦 publish to NPM
7878
uses: SunLxy/npm-publish@main
7979
with:
80-
token: $\{{ secrets.NPM_TOKEN }}
80+
token: ${{ secrets.NPM_TOKEN }}
8181
package: ./package.json
8282
8383
```

0 commit comments

Comments
 (0)