We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5042fd3 commit 23b3a88Copy full SHA for 23b3a88
.github/actions/spring-website-project-version-update/action.yml
@@ -34,7 +34,7 @@ runs:
34
35
OSS_SUPPORT_END_DATE=$(eval $SPRING_WEBSITE_CLIENT/generations/${MAJOR_MINOR}.x | jq '.ossSupportEndDate' | tr -d \")
36
37
- if [[ $OSS_SUPPORT_END_DATE > $(date '+%F') ]]
+ if [[ -z $OSS_SUPPORT_END_DATE || $OSS_SUPPORT_END_DATE > $(date '+%F') ]]
38
then
39
NEXT_SNAPSHOT=${{ inputs.newVersion }}
40
0 commit comments