Skip to content

Commit

Permalink
build: disable binary builds (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 17, 2021
1 parent 4b17a8d commit 84faa49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
cache: npm
- run: npm ci
- run: npm run compile
- run: npm run build-binaries
# disabed due to https://github.com/vercel/pkg/issues/1291
# - run: npm run build-binaries
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 84faa49

Please sign in to comment.