This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to tag v0.7.4-rc1
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit a5c9ff60bb5c2ab2a41bc0fb7e382588769ec94c
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:

Reply via email to