File tree Expand file tree Collapse file tree 3 files changed +50
-315
lines changed Expand file tree Collapse file tree 3 files changed +50
-315
lines changed Original file line number Diff line number Diff line change 6666 run : ' sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
6767 - name : Disable pre- and post-publish actions
6868 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
69- - uses : JS-DevTools/npm-publish@v4
69+ - uses : JS-DevTools/npm-publish@v3.1.1
7070 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7171 with :
7272 token : ${{ secrets.NPM_TOKEN }}
8585 node-version : 20.x
8686 - name : Disable pre- and post-publish actions
8787 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
88- - uses : JS-DevTools/npm-publish@v4
88+ - uses : JS-DevTools/npm-publish@v3.1.1
8989 if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
9090 with :
9191 token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments