Skip to content

Commit 4565e7a

Browse files
committed
Don't faiL spring-website-project-version-update if cannot delete version
1 parent 85d653d commit 4565e7a

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/spring-website-project-version-update

1 file changed

+1
-1
lines changed

.github/actions/spring-website-project-version-update/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
5656
for VERSION_TO_REMOVE in $VERSIONS_TO_REMOVE
5757
do
58-
eval $SPRING_WEBSITE_CLIENT/releases/$VERSION_TO_REMOVE -X DELETE --fail --show-error
58+
eval $SPRING_WEBSITE_CLIENT/releases/$VERSION_TO_REMOVE -X DELETE
5959
done
6060
6161
for VERSION in $VERSIONS_TO_UPDATE

0 commit comments

Comments
 (0)