We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745cb85 commit 96af6e7Copy full SHA for 96af6e7
.github/workflows/onRelease.yml
@@ -25,8 +25,8 @@ jobs:
25
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
26
needs: [getDistTag]
27
with:
28
- ctc: false
29
- sign: false
+ ctc: true
+ sign: true
30
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
31
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
32
secrets: inherit
0 commit comments