File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 run : ' sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
5252 - name : Disable pre- and post-publish actions
5353 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
54- - uses : JS-DevTools/npm-publish@v1
54+ - uses : JS-DevTools/npm-publish@v4
5555 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
5656 with :
5757 token : ${{ secrets.NPM_TOKEN }}
7070 node-version : 18.x
7171 - name : Disable pre- and post-publish actions
7272 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
73- - uses : JS-DevTools/npm-publish@v1
73+ - uses : JS-DevTools/npm-publish@v4
7474 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7575 with :
7676 token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments