Skip to content

Commit 29f2f11

Browse files
Merge pull request #375 from salesforcecli/wr/ctc
chore: enable CTC @W-21570664@
2 parents b0ca38a + 9c8ae66 commit 29f2f11

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)