File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5353 - name : Disable pre- and post-publish actions
5454 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
5555 - uses : JS-DevTools/npm-publish@v4.1.0
56+ if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
5657 with :
5758 token : ${{ secrets.NPM_TOKEN }}
5859 tag : ${{ env.GITHUB_REF_SLUG }}
60+
5961 npm-publish-latest :
6062 needs : [build, npm-publish-build]
6163 runs-on : ubuntu-latest
6971 node-version : 20.x
7072 - name : Disable pre- and post-publish actions
7173 run : ' sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
72- - uses : JS-DevTools/npm-publish@v1
74+ - uses : JS-DevTools/npm-publish@v4.1.0
75+ if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7376 with :
7477 token : ${{ secrets.NPM_TOKEN }}
7578 tag : latest
You can’t perform that action at this time.
0 commit comments