From ccc750e4ded79ec0a8cdb1fff4b0e0864a0039b7 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Sat, 27 Sep 2025 09:17:18 +0200 Subject: [PATCH] chore: fixed CI warning, that might fix #4585 in the future? --- .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 fdf5ba08f..4336bf7e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@master + uses: changesets/action@v1 with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: yarn release