Skip to content

Commit 4d6f9f5

Browse files
authored
Merge pull request #67 from salesforcecli/ew/ctc
W-17694024 enable ctc
2 parents 526f0d3 + 46ad609 commit 4d6f9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)