Skip to content

Commit

Permalink
chore: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa authored May 9, 2024
1 parent a16e0a2 commit 52c6927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
repository: 'NapNeko/NapCatQQ'
submodules: true
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NAPCAT_BUILD }}
- name: Use Node.js 20.X
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
repository: 'NapNeko/NapCatQQ'
submodules: true
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NAPCAT_BUILD }}

- name: Use Node.js 20.X
uses: actions/setup-node@v4
Expand Down

0 comments on commit 52c6927

Please sign in to comment.