Skip to content

Commit

Permalink
chore: sign and ctc
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored Nov 18, 2024
1 parent 745cb85 commit 96af6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
needs: [getDistTag]
with:
ctc: false
sign: false
ctc: true
sign: true
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
secrets: inherit

0 comments on commit 96af6e7

Please sign in to comment.