From 5864f59531c066c35e3967c577450ef5ac9c9490 Mon Sep 17 00:00:00 2001 From: Willhoit Date: Tue, 14 May 2024 12:28:02 -0500 Subject: [PATCH] fix: revert gha changes --- .github/workflows/onRelease.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index d9102e0..152fadc 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -25,9 +25,7 @@ jobs: uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main needs: [getDistTag] with: - ctc: true - sign: true + ctc: false tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} - secrets: inherit