mirror of https://github.com/apache/lucene.git
Release wizard: update folder name in stage artifacts command (#12117)
This commit is contained in:
parent
73e2ae2705
commit
d7d07c453f
|
@ -933,7 +933,7 @@ groups:
|
|||
commands_text: In the source checkout do the following (note that this step will prompt you for your Apache LDAP credentials)
|
||||
commands:
|
||||
- !Command
|
||||
cmd: java dev-tools/scripts/StageArtifacts.java --user {{ gpg.apache_id }} --description "{{ 'Apache Lucene ', release_version, ' (commit ', git_sha, ')' }}" "{{ [dist_file_path, dist_folder, 'solr', 'maven'] | path_join }}"
|
||||
cmd: java dev-tools/scripts/StageArtifacts.java --user {{ gpg.apache_id }} --description "{{ 'Apache Lucene ', release_version, ' (commit ', git_sha, ')' }}" "{{ [dist_file_path, dist_folder, 'lucene', 'maven'] | path_join }}"
|
||||
tee: true
|
||||
logfile: publish_lucene_maven.log
|
||||
post_description: The artifacts are not published yet, please proceed with the next step to actually publish!
|
||||
|
|
Loading…
Reference in New Issue