Skip to content

Commit 6d4cd72

Browse files
authored
Update npm-publish-github-packages.yml
1 parent 03b3afe commit 6d4cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
scope: "@Box3TRC"
3636
- run: npm install
3737
# - run: npm run build # 其实不用的……有prepublishOnly
38-
- run: npm publish --registry=https://npm.pkg.github.com/
38+
- run: npm publish --registry=https://npm.pkg.github.com/ --scope=@Box3TRC
3939
env:
4040
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)