Skip to content

Commit 20f0548

Browse files
Merge pull request #84 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 4d98fca + 94a5508 commit 20f0548

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
@@ -74,7 +74,7 @@ jobs:
7474
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
7575
- name: Disable pre- and post-publish actions
7676
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
77-
- uses: JS-DevTools/[email protected].0
77+
- uses: JS-DevTools/[email protected].1
7878
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
7979
with:
8080
token: ${{ secrets.NPM_TOKEN }}
@@ -93,7 +93,7 @@ jobs:
9393
node-version: 20.x
9494
- name: Disable pre- and post-publish actions
9595
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
96-
- uses: JS-DevTools/[email protected].0
96+
- uses: JS-DevTools/[email protected].1
9797
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
9898
with:
9999
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)