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.
2 parents 2b33c05 + 1230107 commit 4fa9720Copy full SHA for 4fa9720
.github/workflows/npm-publish.yml
@@ -45,6 +45,6 @@ jobs:
45
registry-url: https://npm.pkg.github.com/
46
- run: npm install
47
- run: npx tsc index.ts
48
- - run: npm publish
+ - run: npm publish --registry=https://npm.pkg.github.com --scope=public
49
env:
50
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments