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 7979 run : ' sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
8080 - name : Disable pre- and post-publish actions
8181 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
82- - uses : JS-DevTools/npm-publish@v4.1.2
82+ - uses : JS-DevTools/npm-publish@v4.1.3
8383 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
8484 with :
8585 token : ${{ secrets.NPM_TOKEN }}
9898 node-version : 20.x
9999 - name : Disable pre- and post-publish actions
100100 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
101- - uses : JS-DevTools/npm-publish@v4.1.2
101+ - uses : JS-DevTools/npm-publish@v4.1.3
102102 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
103103 with :
104104 token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments