This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to tag x2.0.0-M1-RC6 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 65afc605ed0495b2bdcc3f3e143f7465fb2d1f92 Author: Arnout Engelen <[email protected]> AuthorDate: Tue Nov 11 09:26:52 2025 +0100 stage svn version directory in one go otherwise "Can't find parent directory's node while trying to add" --- .github/workflows/stage-release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index a165847498..99b959c95f 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -99,7 +99,7 @@ jobs: mkdir $RC_VERSION cp ../archive/* $RC_VERSION - svn add $RC_VERSION/* + svn add $RC_VERSION svn commit --username $PEKKO_SVN_DEV_USERNAME --password $PEKKO_SVN_DEV_PASSWORD --message "Stage Pekko $RC_VERSION" $RC_VERSION env: PEKKO_SVN_DEV_USERNAME: ${{ secrets.PEKKO_SVN_DEV_USERNAME }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
