File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919# under the License.
2020#
2121
22- # ./releaseDistributions.sh <tag> <username > <svn_folder >
22+ # ./releaseDistributions.sh <tag> <svn_folder > <username >
2323
2424set -euo pipefail
2525
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ I'll proceed with the release and announce it shortly.
99Thanks to everyone who participated in the vote!
1010
1111Regards
12- <NAME>
12+ <NAME>
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ jobs:
391391 - name : " 🚀 MANUAL - Release JAR files"
392392 run : |
393393 echo "::group::Manual Jar Promotion"
394- echo "Run .github/scripts/releaseJarFiles.sh ${TAG} ${ REPO_NAME}:${VERSION} <ASF_USER>"
394+ echo "Run .github/scripts/releaseJarFiles.sh ${REPO_NAME}:${VERSION} <ASF_USER>"
395395 echo "::endgroup::"
396396 - name : " 🚀 MANUAL - Release distribution artifacts"
397397 run : |
You can’t perform that action at this time.
0 commit comments