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.
1 parent 4fa9720 commit f9295ebCopy full SHA for f9295eb
.github/workflows/npm-publish.yml
@@ -45,6 +45,8 @@ jobs:
45
registry-url: https://npm.pkg.github.com/
46
- run: npm install
47
- 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"'
50
- run: npm publish --registry=https://npm.pkg.github.com --scope=public
51
env:
52
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments