We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5791fb commit 70b9426Copy full SHA for 70b9426
2 files changed
.github/workflows/main.yml
@@ -87,4 +87,4 @@ jobs:
87
- run: npm run semantic-release
88
env:
89
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -8,6 +8,7 @@
8
"typings": "dist/types/workflow.d.ts",
9
"private": false,
10
"publishConfig": {
11
+ "registry": "https://npm.pkg.github.com/",
12
"access": "public"
13
},
14
"files": [
0 commit comments