Skip to content

Commit 4fa9720

Browse files
authored
2 parents 2b33c05 + 1230107 commit 4fa9720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
registry-url: https://npm.pkg.github.com/
4646
- run: npm install
4747
- run: npx tsc index.ts
48-
- run: npm publish
48+
- run: npm publish --registry=https://npm.pkg.github.com --scope=public
4949
env:
5050
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)