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