Skip to content

Commit 0bdacc1

Browse files
authored
Enable ctc option in npmPublish workflow (#44)
1 parent e28a0b4 commit 0bdacc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/onRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
2626
needs: [getDistTag]
2727
with:
28-
#ctc: true
28+
ctc: true
2929
sign: true
3030
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
3131
githubTag: ${{ github.event.release.tag_name || inputs.tag }}

0 commit comments

Comments
 (0)