Skip to content

Commit

Permalink
fix changesets action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Aug 23, 2024
1 parent 9444eff commit cd0269a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
pnpm ci:version
echo "TITLE=v$(./ci/get_version.sh)" >> "$GITHUB_OUTPUT"
git restore .
env:
# requires repo and read:user access
GITHUB_TOKEN: ${{ secrets.CHANGESET_GH_TOKEN }}

- name: Create Release Pull Request
id: changesets
Expand Down

0 comments on commit cd0269a

Please sign in to comment.