Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
shijinn520 committed Sep 28, 2024
1 parent fc5ba4f commit 1149632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.RELEASE }}
if: ${{ steps.release.outputs.release_created }}
# Build output
- run: npm run build:npm
- run: npm run build
if: ${{ steps.release.outputs.release_created }}
# Publish to npm
- run: npm run pub
Expand Down

0 comments on commit 1149632

Please sign in to comment.