We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfa46d commit 90bf1cdCopy full SHA for 90bf1cd
.github/workflows/ci.yml
@@ -21,3 +21,10 @@ jobs:
21
- run: npm run rollup
22
- run: npm run cli
23
- 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
@@ -72,7 +72,6 @@
72
"preset": "ts-jest"
73
},
74
"release": {
75
- "branch": "master",
76
"plugins": [
77
"@semantic-release/npm",
78
"@semantic-release/github",
0 commit comments