Skip to content

Commit

Permalink
fix: ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden-FE committed Mar 14, 2024
1 parent 2edaaed commit 0992ed5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ jobs:
# 发布npm包
- name: Publish
uses: mikeal/merge-release@master
uses: pascalgn/[email protected]
with:
publish_command: 'pnpm'
workspace: '.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
DEPLOY_DIR: .
SRC_PACKAGE_DIR: .

# 部署文档
- name: Deploy GitHub Pages site
Expand Down

0 comments on commit 0992ed5

Please sign in to comment.