Skip to content

Commit

Permalink
build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Jun 16, 2024
1 parent c81d7e4 commit a13db37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: install package
run: npm ci

- name: build
run: npm run build

- name: bump version
run: |
git config --global user.name '${{ github.repository_owner }}'
Expand Down

0 comments on commit a13db37

Please sign in to comment.