We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0ca38a + 9c8ae66 commit 29f2f11Copy full SHA for 29f2f11
1 file changed
.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