File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 55 tags :
66 - ' v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
77
8+ jobs :
89 publish-candidate :
910 name : Publish candidate
1011 runs-on : ubuntu-latest
6566
6667 - name : Publish release candidate on Apache SVN
6768 run : |
69+ sudo apt-get update
70+ sudo apt-get install -y subversion
6871 mkdir -p ${{ steps.variables.outputs.git_version }}
6972 cp ./baremaps-cli/target/apache-baremaps-${{ steps.variables.outputs.git_version }}-* ${{ steps.variables.outputs.git_version }}
7073 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