Skip to content

Commit f9295eb

Browse files
authored
Update npm-publish.yml
1 parent 4fa9720 commit f9295eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
registry-url: https://npm.pkg.github.com/
4646
- run: npm install
4747
- run: npx tsc index.ts
48+
- run: npm install -g json
49+
- run: json -I -f package.json -e 'this.name="@vip-git/context-api-dev-tools-extension"'
4850
- run: npm publish --registry=https://npm.pkg.github.com --scope=public
4951
env:
5052
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)