You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "hotfix: temporarily allow Release workflow to skip mvn deploy to recover 2.2.52 (#5220)" (#5223)
This reverts commit f97c408.
The 2.2.52 release has been fully recovered (Maven Central, gh-pages javadocs,
Gradle plugin, GitHub release, next-snapshot bump). The temporary skip_deploy
workflow input and the verify-phase binding for javadocprep are no longer
needed.
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,6 @@ name: Release
3
3
on:
4
4
workflow_dispatch:
5
5
branches: ["master"]
6
-
inputs:
7
-
skip_deploy:
8
-
description: "Skip 'mvn -Prelease deploy' (use to recover when the current version is already on Maven Central). Runs 'mvn -Prelease verify' instead so javadocs are prepared for gh-pages."
0 commit comments