This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch release-0.7.4 in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 503fde239d214e1040c01612f0e4bddb9780aadf Author: Bertil Chapuis <[email protected]> AuthorDate: Mon Sep 2 23:57:36 2024 +0200 Publish on the dev server --- .github/workflows/candidate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/candidate.yml b/.github/workflows/candidate.yml index e640b5db..80192512 100644 --- a/.github/workflows/candidate.yml +++ b/.github/workflows/candidate.yml @@ -69,8 +69,7 @@ jobs: APACHE_USERNAME: ${{ secrets.INCUBATOR_SVN_DEV_USERNAME }} APACHE_PASSWORD: ${{ secrets.INCUBATOR_SVN_DEV_PASSWORD }} run: | - # TODO: Publish the candidate on the dev directory of the Apache dist server - # svn --username $APACHE_USERNAME --password $APACHE_PASSWORD import -m "Apache Baremaps ${{ steps.variables.outputs.git_version }} (incubating)" ./baremaps-cli/target/apache-baremaps-${{ steps.variables.outputs.git_version }}-incubating-src.tar.gz https://dist.apache.org/repos/dist/dev/incubator/baremaps/apache-baremaps-${{ steps.variables.outputs.git_version }}-incubating-src.tar.gz + svn --username $APACHE_USERNAME --password $APACHE_PASSWORD import -m "Apache Baremaps ${{ steps.variables.outputs.git_version }} (incubating)" ./baremaps-cli/target/apache-baremaps-${{ steps.variables.outputs.git_version }}-incubating-src.tar.gz https://dist.apache.org/repos/dist/dev/incubator/baremaps/apache-baremaps-${{ steps.variables.outputs.git_version }}-incubating-src.tar.gz - name: Publish candidate on Maven env:
