Skip to content

Commit

Permalink
ci: build package before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Oct 19, 2024
1 parent e282509 commit 26bead6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Install Tools
uses: ./.github/actions/install-tools

- name: Install Dependencies
uses: ./.github/actions/install-dependencies

- name: Build Package
run: pnpm run build

- name: Create GitHub Release
run: pnpx changelogithub
env:
Expand Down

0 comments on commit 26bead6

Please sign in to comment.