Skip to content

Commit

Permalink
fix: bump version 2 to latest (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsattar authored and nrkruk committed Mar 3, 2025
1 parent 22f9b95 commit 618af8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 618af8e

Please sign in to comment.