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 5959 run : ' sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
6060 - name : Disable pre- and post-publish actions
6161 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
62- - uses : JS-DevTools/npm-publish@v3
62+ - uses : JS-DevTools/npm-publish@v4
6363 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
6464 with :
6565 token : ${{ secrets.NPM_TOKEN }}
7878 node-version : 20.x
7979 - name : Disable pre- and post-publish actions
8080 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
81- - uses : JS-DevTools/npm-publish@v3
81+ - uses : JS-DevTools/npm-publish@v4
8282 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
8383 with :
8484 token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments