Skip to content

Commit

Permalink
Build seperately in publish Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 3, 2024
1 parent 62911cd commit f34d877
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm build
pnpm publish

0 comments on commit f34d877

Please sign in to comment.