Skip to content

Commit b19c812

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 f0ed025 commit b19c812

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
@@ -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/[email protected].0
76+
- uses: JS-DevTools/[email protected].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/[email protected].0
95+
- uses: JS-DevTools/[email protected].1
9696
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
9797
with:
9898
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)