Skip to content

Commit 90bf1cd

Browse files
fix: also publish to github (#58)
1 parent 3bfa46d commit 90bf1cd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ jobs:
2121
- run: npm run rollup
2222
- run: npm run cli
2323
- run: node_modules/.bin/semantic-release
24+
- uses: actions/setup-node@v2-beta
25+
with:
26+
registry-url: 'https://npm.pkg.github.com'
27+
scope: '@snow-tree'
28+
- run: node_modules/.bin/semantic-release
29+
env:
30+
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"preset": "ts-jest"
7373
},
7474
"release": {
75-
"branch": "master",
7675
"plugins": [
7776
"@semantic-release/npm",
7877
"@semantic-release/github",

0 commit comments

Comments
 (0)