Skip to content

Commit b6b912b

Browse files
authored
Merge pull request #86 from SolidOS/dependabot/github_actions/JS-DevTools/npm-publish-4
Bump JS-DevTools/npm-publish from 1 to 4
2 parents 7f0aad5 + 80044f3 commit b6b912b

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
@@ -51,7 +51,7 @@ jobs:
5151
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
5252
- name: Disable pre- and post-publish actions
5353
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
54-
- uses: JS-DevTools/npm-publish@v1
54+
- uses: JS-DevTools/npm-publish@v4
5555
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
5656
with:
5757
token: ${{ secrets.NPM_TOKEN }}
@@ -70,7 +70,7 @@ jobs:
7070
node-version: 18.x
7171
- name: Disable pre- and post-publish actions
7272
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
73-
- uses: JS-DevTools/npm-publish@v1
73+
- uses: JS-DevTools/npm-publish@v4
7474
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7575
with:
7676
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)