Skip to content

Commit

Permalink
Merge pull request #323 from BharathAdhikari/develop
Browse files Browse the repository at this point in the history
disabling the ctc on publish flow
  • Loading branch information
BharathAdhikari authored Jun 13, 2024
2 parents e5fd4bb + e2bf094 commit 6750a3e
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 @@ -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 }}
Expand Down

0 comments on commit 6750a3e

Please sign in to comment.