This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch stage-release-candidates
in repository https://gitbox.apache.org/repos/asf/pekko-http.git

commit 5a77c93a3b45496a5cecb452f63558f3d38593e1
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Jan 9 19:03:47 2026 +0100

    chore: correctly pass version to ATR
---
 .github/workflows/stage-release-candidate.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/stage-release-candidate.yml 
b/.github/workflows/stage-release-candidate.yml
index 24df0e3ba..2e0ce4142 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -148,8 +148,10 @@ jobs:
           persist-credentials: false
 
       - name: Generate source archive
+        id: generate-source-archive
         run: |-
           VERSION=$(echo $REF | sed -e "s/.\(.*\)-.*/\\1/")
+          echo "version=$VERSION" >> $GITHUB_OUTPUT
           PREFIX=apache-pekko-http-$VERSION
           DATE=$(git log -n1 --format=%cs | tr -d -)
           TARBALL=$PREFIX-src-$DATE.tgz
@@ -172,7 +174,7 @@ jobs:
         uses: 
apache/tooling-actions/upload-to-atr@ca6ed9e095c40db61c42a90db2599bb2fbc2319f
         with:
           project: pekko-http
-          version: ${{ env.VERSION }}
+          version: ${{ steps.generate-source-archive.outputs.version }}
 
   stage-jars-to-nexus:
     runs-on: ubuntu-24.04


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to