We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c61566 + 0d6a7d5 commit 360f386Copy full SHA for 360f386
1 file changed
.github/workflows/npmPublish.yml
@@ -83,7 +83,7 @@ jobs:
83
84
ctc-open:
85
needs: [check-publish]
86
- if: inputs.ctc && needs.check-publish.outputs.published == 'false'
+ if: inputs.ctc && needs.check-publish.outputs.published == 'false' && inputs.tag == 'latest'
87
uses: salesforcecli/github-workflows/.github/workflows/ctcOpen.yml@main
88
secrets: inherit
89
0 commit comments