Skip to content

Commit

Permalink
build: use forked version of changesets/action
Browse files Browse the repository at this point in the history
We use now a forked version of changesets/action to workaround:
- changesets/action#192
  • Loading branch information
sdorra committed Aug 23, 2024
1 parent 49a6f74 commit 5eb03dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: pnpm install

- name: Create Release Pull Request or Publish to npm
# https://github.com/changesets/action
uses: changesets/action@v1
# Use forked version of changesets/action to workaround:
# - https://github.com/changesets/action/issues/192
uses: sdorra/changesets-action@v1
with:
version: pnpm version-packages
publish: pnpm release
Expand Down

0 comments on commit 5eb03dc

Please sign in to comment.