Skip to content

Commit

Permalink
Merge pull request #2813 from entrylabs/develop
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
kimorkim authored Aug 30, 2024
2 parents 69e8fda + 1912c6e commit 3c0ba26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: '20'
cache: 'pnpm'
- run: pnpm install
- run: pnpm dist
- run: pnpm prod
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3c0ba26

Please sign in to comment.