Skip to content

Commit 7c0cb29

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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 423ee01 commit 7c0cb29

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
@@ -64,14 +64,14 @@ jobs:
6464

6565
- name: NPM Publish as "latest"
6666
if: success() && !github.event.release.prerelease
67-
uses: JS-DevTools/npm-publish@v1
67+
uses: JS-DevTools/npm-publish@v3
6868
with:
6969
token: ${{ secrets.NPM_TOKEN }}
7070
check-version: true
7171

7272
- name: NPM Publish as "beta"
7373
if: success() && github.event.release.prerelease
74-
uses: JS-DevTools/npm-publish@v1
74+
uses: JS-DevTools/npm-publish@v3
7575
with:
7676
token: ${{ secrets.NPM_TOKEN }}
7777
check-version: true

0 commit comments

Comments
 (0)