From 757eff1795dd169921149ae2e85588bc2122e5ca Mon Sep 17 00:00:00 2001 From: BharathAdhikari <168570676+BharathAdhikari@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:55:48 +0530 Subject: [PATCH] [no ci] Update onRelease.yml disabling the ctc flow --- .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 e947eb20..9bc0a3af 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -10,7 +10,7 @@ jobs: npm: uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main with: - ctc: true + ctc: false sign: true tag: latest githubTag: ${{ github.event.release.tag_name }}