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 b115cd251f927e27a8772da6ca7f70645fecabd9 Author: Bertil Chapuis <[email protected]> AuthorDate: Tue Sep 3 01:11:54 2024 +0200 Add quotes to the username and password --- .github/workflows/candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/candidate.yml b/.github/workflows/candidate.yml index 88ae40af..38e3e3ae 100644 --- a/.github/workflows/candidate.yml +++ b/.github/workflows/candidate.yml @@ -72,7 +72,7 @@ jobs: - name: Publish candidate on Apache run: | - svn --username ${{ secrets.INCUBATOR_SVN_DEV_USERNAME }} --password ${{ secrets.INCUBATOR_SVN_DEV_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 "${{ secrets.INCUBATOR_SVN_DEV_USERNAME }}" --password "${{ secrets.INCUBATOR_SVN_DEV_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:
