Skip to content

Commit fb3830f

Browse files
committed
fix(publish) Turn signoff on in version PR
Signed-off-by: Jerome Simeon <[email protected]>
1 parent 29199a3 commit fb3830f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
commit-message: 'chore(actions): publish ${{ github.event.release.tag_name }} to npm'
4444
committer: GitHub <[email protected]>
4545
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
46-
signoff: false
46+
signoff: true
4747
branch: ap-publish-${{ github.event.release.tag_name }}
4848
delete-branch: true
4949
title: 'chore(actions): publish ${{ github.event.release.tag_name }} to npm'

0 commit comments

Comments
 (0)