Skip to content

Commit 5861639

Browse files
Merge pull request #427 from SolidOS/dependabot/github_actions/JS-DevTools/npm-publish-4.1.1
Bump JS-DevTools/npm-publish from 4.1.0 to 4.1.1
2 parents 4cd7b58 + 895fe96 commit 5861639

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
7474
- name: Disable pre- and post-publish actions
7575
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
76-
- uses: JS-DevTools/npm-publish@v4.1.0
76+
- uses: JS-DevTools/npm-publish@v4.1.1
7777
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7878
with:
7979
token: ${{ secrets.NPM_TOKEN }}
@@ -92,7 +92,7 @@ jobs:
9292
node-version: 20.x
9393
- name: Disable pre- and post-publish actions
9494
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
95-
- uses: JS-DevTools/npm-publish@v4.1.0
95+
- uses: JS-DevTools/npm-publish@v4.1.1
9696
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
9797
with:
9898
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)