Skip to content

Commit c811515

Browse files
committed
Fix the release workflow
1 parent e4735f6 commit c811515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
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
@@ -65,6 +66,8 @@ on:
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 }}

0 commit comments

Comments
 (0)