From a883908c1fe99a6cc6821402c83c082d2d3a7d53 Mon Sep 17 00:00:00 2001 From: Adam Skoufis Date: Thu, 9 Nov 2023 15:45:28 +1100 Subject: [PATCH] Pin `changesets/action` to `v1` --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d54ec0bf..473ea7209 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: pnpm i - name: Create release PR or publish to npm - uses: changesets/action@main + uses: changesets/action@v1 with: version: pnpm run version publish: pnpm release