Skip to content

Commit 51d653b

Browse files
committed
Use github api with changesets to ensure commits are signed
1 parent a0c3e91 commit 51d653b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,8 @@ jobs:
9393
with:
9494
title: ${{ env.FINAL_RELEASE_TITLE }}
9595
publish: pnpm package:release
96+
commitMode: github-api
97+
env:
98+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
96100

0 commit comments

Comments
 (0)