Skip to content

Commit

Permalink
Add SNAPSHOT to website if no generation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 13, 2024
1 parent 5042fd3 commit 23b3a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
OSS_SUPPORT_END_DATE=$(eval $SPRING_WEBSITE_CLIENT/generations/${MAJOR_MINOR}.x | jq '.ossSupportEndDate' | tr -d \")
if [[ $OSS_SUPPORT_END_DATE > $(date '+%F') ]]
if [[ -z $OSS_SUPPORT_END_DATE || $OSS_SUPPORT_END_DATE > $(date '+%F') ]]
then
NEXT_SNAPSHOT=${{ inputs.newVersion }}
Expand Down

0 comments on commit 23b3a88

Please sign in to comment.