Skip to content

Commit

Permalink
Fix the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Jan 14, 2025
1 parent e4735f6 commit c811515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'

jobs:
publish-candidate:
name: Publish candidate
runs-on: ubuntu-latest
Expand Down Expand Up @@ -65,6 +66,8 @@ on:
- name: Publish release candidate on Apache SVN
run: |
sudo apt-get update
sudo apt-get install -y subversion
mkdir -p ${{ steps.variables.outputs.git_version }}
cp ./baremaps-cli/target/apache-baremaps-${{ steps.variables.outputs.git_version }}-* ${{ steps.variables.outputs.git_version }}
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 }}
Expand Down

0 comments on commit c811515

Please sign in to comment.