Skip to content

chore(deps): bump changesets/action from b98cec97583b917ff1dc6179dd4d230d3e439894 to bd5d1d2a62e4b24b413ec54e34c667c025a53d10 #6537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Build packages
run: yarn build
- name: Publish to @latest
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
with:
publish: yarn publish:latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build packages
run: yarn build
- name: Publish to @latest
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
with:
publish: yarn publish:latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yarn --frozen-lockfile
- name: Create or update Version Packages PR
if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }}
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
with:
version: yarn bumpVersions
# Use the current branch as the base for the PR
Expand Down
Loading