Skip to content

Commit

Permalink
use changesets action fork
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Aug 1, 2024
1 parent 3483b9a commit 9e5c606
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@main
# 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
Expand Down

0 comments on commit 9e5c606

Please sign in to comment.