Skip to content

Commit 94a5508

Browse files
Bump JS-DevTools/npm-publish from 4.1.0 to 4.1.1
Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/js-devtools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](JS-DevTools/npm-publish@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41fa630 commit 94a5508

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)