File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 run : ' sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
7474 - name : Disable pre- and post-publish actions
7575 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
76- - uses : JS-DevTools/npm-publish@v4.1.0
76+ - uses : JS-DevTools/npm-publish@v4.1.1
7777 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7878 with :
7979 token : ${{ secrets.NPM_TOKEN }}
9292 node-version : 20.x
9393 - name : Disable pre- and post-publish actions
9494 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
95- - uses : JS-DevTools/npm-publish@v4.1.0
95+ - uses : JS-DevTools/npm-publish@v4.1.1
9696 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
9797 with :
9898 token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments