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
The following commit(s) were added to refs/heads/release-0.7.4 by this push:
new cf34e311 Add quotes to the username and password
cf34e311 is described below
commit cf34e3118a01a21a218e806fa2fb6bc96665ac55
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: