Skip to content

Commit aedf7b7

Browse files
authored
Merge pull request #125 from salesforcecli/revert-122-sm/no-ctc-for-prerelease
Revert "feat: no ctc for prerelease"
2 parents 360f386 + 5b4b909 commit aedf7b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npmPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
ctc-open:
8585
needs: [check-publish]
86-
if: inputs.ctc && needs.check-publish.outputs.published == 'false' && inputs.tag == 'latest'
86+
if: inputs.ctc && needs.check-publish.outputs.published == 'false'
8787
uses: salesforcecli/github-workflows/.github/workflows/ctcOpen.yml@main
8888
secrets: inherit
8989

0 commit comments

Comments
 (0)