Skip to content

Commit

Permalink
chore:修改ci日志生成内容
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Sep 24, 2022
1 parent 46e7f01 commit 5b12400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: 📦 publish to NPM
uses: SunLxy/npm-publish@main
with:
token: $\{{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
workspaces: |
packages/*
packa/*
Expand All @@ -77,7 +77,7 @@ jobs:
- name: 📦 publish to NPM
uses: SunLxy/npm-publish@main
with:
token: $\{{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
package: ./package.json
```

0 comments on commit 5b12400

Please sign in to comment.