Skip to content

Commit

Permalink
remove build command from publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Aug 5, 2024
1 parent 0a367da commit 7b005cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}
- run: pnpm install
- run: pnpm build
- run: pnpm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7b005cd

Please sign in to comment.