Skip to content

Commit c0e3117

Browse files
committed
Enable ctc and sign
1 parent cb5d9d2 commit c0e3117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/onRelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
3030
needs: [getDistTag]
3131
with:
32+
ctc: true
33+
sign: true
3234
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
3335
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
3436
secrets: inherit

0 commit comments

Comments
 (0)