We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dba7c7 commit f0f47c8Copy full SHA for f0f47c8
.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: false
+ ctc: true
29
sign: true
30
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
31
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
0 commit comments