Skip to content

Commit

Permalink
Merge pull request #86 from salesforcecli/remove_ctc
Browse files Browse the repository at this point in the history
fix: @W-17233341 - disabling ctc
  • Loading branch information
neilmathewm authored Nov 19, 2024
2 parents d782c02 + d8efb1c commit 698c082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 698c082

Please sign in to comment.