Skip to content

Commit

Permalink
chore(deps): bump JS-DevTools/npm-publish from 1 to 3
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 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]>
  • Loading branch information
dependabot[bot] authored and santam85 committed Nov 9, 2023
1 parent a6f5107 commit 11e9514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
working-directory: dist
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v3
name: prerelease
if: ${{ github.event.release.prerelease }}
with:
tag: next
package: dist/package.json
token: ${{ secrets.NPM_TOKEN }}
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v3
name: release
if: ${{ !github.event.release.prerelease }}
with:
Expand Down

0 comments on commit 11e9514

Please sign in to comment.