Skip to content

Commit

Permalink
Update changesets/action action to v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 16, 2023
1 parent b67cb47 commit da0947c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- run: pnpm build

- name: Publish
uses: changesets/action@v1.2.2
uses: changesets/action@v1.4.5
with:
publish: pnpm run ci:publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-versioning-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: pnpm build

- name: Create Release Pull Request
uses: changesets/action@v1.2.2
uses: changesets/action@v1.4.5
with:
version: pnpm run ci:version
env:
Expand Down

0 comments on commit da0947c

Please sign in to comment.