Skip to content

Commit

Permalink
fix: use correct target on release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
belitre authored Jun 5, 2024
1 parent fba46e0 commit c7cdc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: build
run: make build-cross
- name: release
run: make semantic-release-ci

0 comments on commit c7cdc82

Please sign in to comment.