Skip to content

Commit 6adf863

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

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
@@ -40,7 +40,7 @@ jobs:
4040
continue-on-error: true
4141
run: pnpm canary:exit
4242
- name: Create Release Pull Request
43-
uses: changesets/action@5f15b43b429db9083a86b852c3a1b3a6973e8225
43+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
4444
with:
4545
version: pnpm run version
4646
title: "chore(root): Version packages"

0 commit comments

Comments
 (0)