From 46ad6093cb33b3e881210117848ba8d5f6483739 Mon Sep 17 00:00:00 2001 From: Willhoit Date: Tue, 28 Jan 2025 14:13:29 -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 }}