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 59
59
run : ' sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
60
60
- name : Disable pre- and post-publish actions
61
61
run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
62
- - uses : JS-DevTools/npm-publish@v1
62
+ - uses : JS-DevTools/npm-publish@v4
63
63
if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
64
64
with :
65
65
token : ${{ secrets.NPM_TOKEN }}
78
78
node-version : 20.x
79
79
- name : Disable pre- and post-publish actions
80
80
run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
81
- - uses : JS-DevTools/npm-publish@v1
81
+ - uses : JS-DevTools/npm-publish@v4
82
82
if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
83
83
with :
84
84
token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments