Skip to content

Commit

Permalink
docs#
Browse files Browse the repository at this point in the history
  • Loading branch information
hqweay committed Apr 3, 2024
1 parent d99275f commit 3e84604
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 @@ -46,7 +46,7 @@ jobs:
# Install dependencies
- name: Install dependencies
run: pnpm install
run: pnpm build

# Build for production, 这一步会生成一个 package.zip
- name: Build for production
Expand All @@ -59,4 +59,4 @@ jobs:
artifactErrorsFailBuild: true
artifacts: "package.zip"
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
prerelease: false

0 comments on commit 3e84604

Please sign in to comment.