From ee6e43906cd49276b3e4310a273a3a4bbdc2e8ce Mon Sep 17 00:00:00 2001 From: Willhoit Date: Tue, 28 Jan 2025 14:12:33 -0600 Subject: [PATCH] chore: enable ctc --- .github/workflows/onRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 86149e8..d9102e0 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -25,7 +25,7 @@ jobs: uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main needs: [getDistTag] with: - # ctc: true + ctc: true sign: true tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }}