We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 360f386 + 5b4b909 commit aedf7b7Copy full SHA for aedf7b7
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' && inputs.tag == 'latest'
+ if: inputs.ctc && needs.check-publish.outputs.published == 'false'
87
uses: salesforcecli/github-workflows/.github/workflows/ctcOpen.yml@main
88
secrets: inherit
89
0 commit comments