There was an error while loading. Please reload this page.
1 parent 5495296 commit d46c190Copy full SHA for d46c190
1 file changed
.github/workflows/ci.yml
@@ -80,6 +80,8 @@ jobs:
80
- uses: actions/setup-node@v1
81
with:
82
node-version: 14.x
83
+ - name: Disable pre- and post-publish actions
84
+ run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
85
- uses: JS-DevTools/npm-publish@v1
86
87
token: ${{ secrets.NPM_TOKEN }}
0 commit comments