Skip to content

Commit 15cdc1b

Browse files
authored
Update changesets/action and use API to commit (#32)
Make use of the new commitMode option to use the GitHub API to commit changes to this repo. No changelog required as this doesn't affect the published package, only CI workflows.
1 parent d8800b2 commit 15cdc1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-and-publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
- run: pnpm install --frozen-lockfile
3434
- run: pnpm build
3535
- name: Run Changeset Workflow
36-
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
36+
uses: changesets/action@746c25e23caa47dceb6a48ee85b4cbc5a9f5f293 # v1.5.0
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
with:
4141
publish: pnpm changeset publish
42+
commitMode: github-api

0 commit comments

Comments
 (0)