Skip to content

Commit

Permalink
fix(ci): upload binaries to GitHub releases via semantic-release (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 16, 2020
1 parent cc771a2 commit 242658e
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 433 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: "12.x"
- run: npm ci
- run: npx pkg . --out-path=dist/
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.nyc_output
coverage
node_modules
dist/

0 comments on commit 242658e

Please sign in to comment.