From 28ea4d3e7325030ff0613c286feac552518d336f Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Thu, 1 Aug 2024 15:24:42 -0700 Subject: [PATCH] use changesets action fork --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8b9d94e5..1234d4a2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,10 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@v1 + uses: dmno-dev/changesets-action + # uses: changesets/action@v1 + # ^ temporarily using a fork of the changesets action to avoid shared rate limits - see https://github.com/changesets/action/issues/192 + # switch this back once the issue is resolved with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: pnpm run build && pnpm run changeset:publish