Skip to content

Commit

Permalink
refactor: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxiaoqiang committed Aug 24, 2024
1 parent 1271a69 commit a7fe2ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand All @@ -24,7 +24,7 @@ jobs:
pnpm run build
env:
CI: false
- uses: JS-DevTools/npm-publish@v2
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.RDJS_NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit a7fe2ca

Please sign in to comment.