Skip to content

Commit c833e04

Browse files
committed
use fixed commit for changests action
1 parent 068a5b8 commit c833e04

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
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm canary:enter
5454

5555
- name: Create Release Pull Request
56-
uses: changesets/action@v1
56+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
5757
with:
5858
version: pnpm run version
5959
publish: pnpm run release

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: pnpm canary:exit
5555

5656
- name: Create Release Pull Request
57-
uses: changesets/action@v1
57+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
5858
with:
5959
version: pnpm run version
6060
title: "chore(root): Version packages"

0 commit comments

Comments
 (0)