From 1c53eaccc9747cfdd9fd8cd89bb875fcf822456c Mon Sep 17 00:00:00 2001 From: Willhoit Date: Mon, 30 Mar 2026 11:31:15 -0500 Subject: [PATCH] Enable ctc option in npmPublish workflow --- .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 2627ec4..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 }}