Skip to content

Commit

Permalink
fix: use build local script
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed May 26, 2022
1 parent 89e3695 commit 432a0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- run: go build ./cmd/hooks-npm-binary-releaser/
- run: ./scripts/build-local.sh
- uses: go-semantic-release/action@v1
with:
hooks: goreleaser,npm-binary-releaser
Expand Down

0 comments on commit 432a0af

Please sign in to comment.