File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
tags :
6
6
- ' v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
7
7
8
+ jobs :
8
9
publish-candidate :
9
10
name : Publish candidate
10
11
runs-on : ubuntu-latest
65
66
66
67
- name : Publish release candidate on Apache SVN
67
68
run : |
69
+ sudo apt-get update
70
+ sudo apt-get install -y subversion
68
71
mkdir -p ${{ steps.variables.outputs.git_version }}
69
72
cp ./baremaps-cli/target/apache-baremaps-${{ steps.variables.outputs.git_version }}-* ${{ steps.variables.outputs.git_version }}
70
73
svn --username "${{ secrets.INCUBATOR_SVN_DEV_USERNAME }}" --password "${{ secrets.INCUBATOR_SVN_DEV_PASSWORD }}" import -m "Apache Baremaps ${{ steps.variables.outputs.git_version }} (incubating)" ${{ steps.variables.outputs.git_version }} https://dist.apache.org/repos/dist/dev/incubator/baremaps/${{ steps.variables.outputs.git_version }}
You can’t perform that action at this time.
0 commit comments