Skip to content

Commit c9a8e81

Browse files
build(deps): bump JS-DevTools/npm-publish from 1 to 3 (#37)
* build(deps): 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]> * Update release.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mickaël Derriey <[email protected]>
1 parent 6f47620 commit c9a8e81

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,22 @@ jobs:
3535
run: npm run build
3636

3737
- name: Publish @makerx/eslint-config (if version has been updated)
38-
uses: JS-DevTools/npm-publish@v1
38+
uses: JS-DevTools/npm-publish@v3
3939
with:
4040
token: ${{ secrets.NPM_TOKEN }}
4141
package: 'packages/eslint/package.json'
4242
access: 'public'
43-
check-version: true
4443

4544
- name: Publish @makerx/prettier-config (if version has been updated)
46-
uses: JS-DevTools/npm-publish@v1
45+
uses: JS-DevTools/npm-publish@v3
4746
with:
4847
token: ${{ secrets.NPM_TOKEN }}
4948
package: 'packages/prettier/package.json'
5049
access: 'public'
51-
check-version: true
5250

5351
- name: Publish @makerx/ts-toolkit (if version has been updated)
54-
uses: JS-DevTools/npm-publish@v1
52+
uses: JS-DevTools/npm-publish@v3
5553
with:
5654
token: ${{ secrets.NPM_TOKEN }}
5755
access: 'public'
5856
package: 'dist/package.json'
59-
check-version: true

0 commit comments

Comments
 (0)