From 618af8e8442c947640bb86332521a3c41860422c Mon Sep 17 00:00:00 2001 From: Abdulsattar Mohammed Date: Mon, 3 Mar 2025 12:40:39 -0500 Subject: [PATCH] fix: bump version 2 to latest (#356) --- .github/workflows/onRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 264c8ce..6fa8353 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -48,7 +48,7 @@ jobs: #ctc: true sign: true # 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' - tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '1' && 'latest') || (needs.getMajorVersion.outputs.major == '2' && 'prerelease') ||'next' }} + tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '2' && 'latest') ||'next' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} secrets: inherit