Skip to content

Commit da4e22e

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

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
@@ -59,7 +59,7 @@ jobs:
5959
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
6060
- name: Disable pre- and post-publish actions
6161
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
62-
- uses: JS-DevTools/npm-publish@v1
62+
- uses: JS-DevTools/npm-publish@v3
6363
with:
6464
token: ${{ secrets.NPM_TOKEN }}
6565
tag: ${{ env.GITHUB_REF_SLUG }}
@@ -77,7 +77,7 @@ jobs:
7777
node-version: 20.x
7878
- name: Disable pre- and post-publish actions
7979
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
80-
- uses: JS-DevTools/npm-publish@v1
80+
- uses: JS-DevTools/npm-publish@v3
8181
with:
8282
token: ${{ secrets.NPM_TOKEN }}
8383
tag: latest

0 commit comments

Comments
 (0)