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

fanningpj pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/1.5.x by this push:
     new 3be35cb8bf remove env that breaks workflow (#2691)
3be35cb8bf is described below

commit 3be35cb8bf7f0dd0a8a76c8f4cdf75a9003fc78d
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Feb 27 23:01:20 2026 +0100

    remove env that breaks workflow (#2691)
---
 .github/workflows/stage-release-candidate.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/stage-release-candidate.yml 
b/.github/workflows/stage-release-candidate.yml
index e582b0a7e1..8dfd7669b9 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -172,8 +172,6 @@ jobs:
     if: ${{ inputs.email-template }}
     steps:
       - name: Generate vote email template
-        env:
-          REF: ${{ github.ref_name }}
         run: |-
           export MODULE="Pekko (Core)"
           export VERSION=$(echo $REF | sed -e "s/.\(.*\)-.*/\\1/")
@@ -256,7 +254,7 @@ jobs:
           
           To compile from the source, please refer to:
           
-          
https://github.com/apache/pekko/blob/$REF/README.md#building-from-source
+          
https://github.com/apache/pekko/blob/1.5.x/README.md#building-from-source
           
           To verify the binary build, please refer to:
           


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

Reply via email to