Skip to content

Commit 0951ce4

Browse files
authored
chore: Add ctc and sign options to npmPublish workflow
1 parent 4d67bcd commit 0951ce4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
2626
needs: [getDistTag]
2727
with:
28+
ctc: true
29+
sign: true
2830
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
2931
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
3032

0 commit comments

Comments
 (0)