This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to branch test-key-format in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 60309ab5acaa94a2bbd85e50c7a16060859b943c Author: Arnout Engelen <[email protected]> AuthorDate: Tue Nov 11 09:17:54 2025 +0100 install svn --- .github/workflows/stage-release-candidate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index 696d8e4fff..bea91d1b6b 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -85,6 +85,11 @@ jobs: env: PEKKO_GPG_SECRET_KEY: ${{ secrets.PEKKO_GPG_SECRET_KEY }} + - name: Install Apache Subversion + run: | + sudo apt-get update + sudo apt-get install -y subversion + - name: Upload source dist run: |- svn checkout https://dist.apache.org/repos/dist/dev/pekko dist --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
