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 cb5d9d2 commit c0e3117Copy full SHA for c0e3117
.github/workflows/onRelease.yml
@@ -29,6 +29,8 @@ jobs:
29
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
30
needs: [getDistTag]
31
with:
32
+ ctc: true
33
+ sign: true
34
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
35
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
36
secrets: inherit
0 commit comments