Skip to content

Commit e641e6f

Browse files
Bump JS-DevTools/npm-publish from 3 to 4
Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 3 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@v3...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 0d9921c commit e641e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454

5555
- name: NPM Publish as "latest"
5656
if: success() && !github.event.release.prerelease
57-
uses: JS-DevTools/npm-publish@v3
57+
uses: JS-DevTools/npm-publish@v4
5858
with:
5959
token: ${{ secrets.NPM_TOKEN }}
6060
check-version: true
6161

6262
- name: NPM Publish as "beta"
6363
if: success() && github.event.release.prerelease
64-
uses: JS-DevTools/npm-publish@v3
64+
uses: JS-DevTools/npm-publish@v4
6565
with:
6666
token: ${{ secrets.NPM_TOKEN }}
6767
check-version: true

0 commit comments

Comments
 (0)