This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to tag x2.0.0-M1-RC3 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 0602c76c2b54276f73506c3ad85b093760d334b2 Author: Arnout Engelen <[email protected]> AuthorDate: Tue Nov 11 09:12:28 2025 +0100 fix conditional --- .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 dce6bcc764..696d8e4fff 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -103,7 +103,7 @@ jobs: stage-jars-to-nexus: runs-on: ubuntu-24.04 - if: ${{ inputs.source-tar }} + if: ${{ inputs.jars }} steps: - name: Check version parameter run: |- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
