Skip to content

Commit 80044f3

Browse files
Bump JS-DevTools/npm-publish from 1 to 4
Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1 to 4. - [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@v1...v4) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7aa177 commit 80044f3

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)