From d9c677a462d6330d0a45e644d5c30621da9676f8 Mon Sep 17 00:00:00 2001 From: Willhoit Date: Tue, 8 Aug 2023 18:03:44 -0500 Subject: [PATCH] chore: remove signing and ctc --- .github/workflows/onRelease.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index afb4fbe12f..7f1237e1d7 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -25,8 +25,6 @@ jobs: uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main needs: [getDistTag] with: - ctc: true - sign: true tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }}