Skip to content

Commit 303f5eb

Browse files
authored
Update release.yml
1 parent 07486c8 commit 303f5eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- run: npm run build
4848
- run: npm install -g json
4949
- run: json -I -f package.json -e 'this.name="@vip-git/react-jsonschema-form-material-ui"'
50+
- run: json -I -f package.json -e 'this.scripts.postinstall="echo done"'
5051
- run: npm publish --registry=https://npm.pkg.github.com --scope=public
5152
env:
52-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
53+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)