Skip to content

Commit d6a1239

Browse files
committed
Revert "chore(deps): update changesets/action digest to 5f15b43 (#2198)"
This reverts commit 6c63236.
1 parent 252466e commit d6a1239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
continue-on-error: true
4545
run: pnpm canary:enter
4646
- name: Create "Version packages" PR or publish release
47-
uses: changesets/action@5f15b43b429db9083a86b852c3a1b3a6973e8225
47+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
4848
with:
4949
version: pnpm run version
5050
publish: pnpm run release

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: pnpm canary:exit
5252

5353
- name: Create Release Pull Request
54-
uses: changesets/action@5f15b43b429db9083a86b852c3a1b3a6973e8225
54+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
5555
with:
5656
version: pnpm run version
5757
title: "chore(root): Version packages"

0 commit comments

Comments
 (0)