diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index e947eb2..9bc0a3a 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 }}