Skip to content

Commit cf8b41f

Browse files
authored
Merge pull request #109 from SolidOS/dependabot/github_actions/JS-DevTools/npm-publish-3
Bump JS-DevTools/npm-publish from 2 to 3
2 parents 37dea60 + 8e584d3 commit cf8b41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
6060
- name: Disable pre- and post-publish actions
6161
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
62-
- uses: JS-DevTools/npm-publish@v2
62+
- uses: JS-DevTools/npm-publish@v3
6363
with:
6464
token: ${{ secrets.NPM_TOKEN }}
6565
tag: ${{ env.GITHUB_REF_SLUG }}
@@ -77,7 +77,7 @@ jobs:
7777
node-version: 20.x
7878
- name: Disable pre- and post-publish actions
7979
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
80-
- uses: JS-DevTools/npm-publish@v2
80+
- uses: JS-DevTools/npm-publish@v3
8181
with:
8282
token: ${{ secrets.NPM_TOKEN }}
8383
tag: latest

0 commit comments

Comments
 (0)