Skip to content

Commit 8e01f76

Browse files
authored
W-21188143: chore(ci): always publish to latest on npm (#647)
chore(ci): always publish to latest on npm
1 parent 6905d3d commit 8e01f76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
with:
4848
ctc: true
4949
sign: true
50-
# At CLCO, the new patch branch's version will be released as 'prerelease'. After R2b, delete the logic below for 'latest' and update 'prerelease' candidate to 'latest'
51-
tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '4' && 'latest') || (needs.getMajorVersion.outputs.major == '5' && 'prerelease') || 'next' }}
5250
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
5351

5452
secrets: inherit

0 commit comments

Comments
 (0)