Skip to content

Commit c02f06d

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 cca2c48 commit c02f06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
yarn version ${{ github.event.release.tag_name }}
4141
4242
- name: Publish to npm, publish pre-release as beta
43-
uses: JS-DevTools/npm-publish@v1
43+
uses: JS-DevTools/npm-publish@v4
4444
with:
4545
token: ${{ secrets.NPM_TOKEN }}
4646
tag: ${{ github.event.release.prerelease && 'beta' || 'latest' }}

0 commit comments

Comments
 (0)