Skip to content

Commit

Permalink
Merge pull request #1835 from kashw2/dependabot/github_actions/JS-Dev…
Browse files Browse the repository at this point in the history
…Tools/npm-publish-3

chore(deps): bump JS-DevTools/npm-publish from 2 to 3
  • Loading branch information
kashw2 authored Oct 19, 2023
2 parents f7ab6df + 1e201f0 commit 8ba9362
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lib-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: lerna run build --scope=@kashw2/lib-external

- name: publish
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GH_TOKEN }}
package: ./libs/external/package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: lerna run build --scope=@kashw2/lib-server

- name: publish
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GH_TOKEN }}
package: ./libs/server/package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: lerna run build --scope=@kashw2/lib-ts

- name: publish
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GH_TOKEN }}
package: ./libs/typescript/package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: lerna run build --scope=@kashw2/lib-util

- name: publish
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GH_TOKEN }}
package: ./libs/util/package.json
Expand Down

0 comments on commit 8ba9362

Please sign in to comment.