Skip to content

Commit

Permalink
chore: bump JS-DevTools/npm-publish from 1.4.3 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1.4.3 to 3.0.1.
- [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.4.3...v3.0.1)

---
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]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 1e86c3f commit 980e548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
run: yarn prototype

- name: Publish core to npm
uses: JS-DevTools/npm-publish@v1.4.3
uses: JS-DevTools/npm-publish@v3.0.1
with:
package: ./packages/core/package.json
token: ${{ secrets.NPM_TOKEN }}

- name: Publish React to npm
uses: JS-DevTools/npm-publish@v1.4.3
uses: JS-DevTools/npm-publish@v3.0.1
with:
package: ./packages/react/package.json
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 980e548

Please sign in to comment.