Skip to content

Commit

Permalink
fix: also publish to github (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalina authored Jul 22, 2020
1 parent 3bfa46d commit 90bf1cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ jobs:
- run: npm run rollup
- run: npm run cli
- run: node_modules/.bin/semantic-release
- uses: actions/setup-node@v2-beta
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@snow-tree'
- run: node_modules/.bin/semantic-release
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"preset": "ts-jest"
},
"release": {
"branch": "master",
"plugins": [
"@semantic-release/npm",
"@semantic-release/github",
Expand Down

0 comments on commit 90bf1cd

Please sign in to comment.