Skip to content

Commit 3be35cb

Browse files
authored
remove env that breaks workflow (#2691)
1 parent 01106a1 commit 3be35cb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/stage-release-candidate.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ jobs:
172172
if: ${{ inputs.email-template }}
173173
steps:
174174
- name: Generate vote email template
175-
env:
176-
REF: ${{ github.ref_name }}
177175
run: |-
178176
export MODULE="Pekko (Core)"
179177
export VERSION=$(echo $REF | sed -e "s/.\(.*\)-.*/\\1/")
@@ -256,7 +254,7 @@ jobs:
256254
257255
To compile from the source, please refer to:
258256
259-
https://github.com/apache/pekko/blob/$REF/README.md#building-from-source
257+
https://github.com/apache/pekko/blob/1.5.x/README.md#building-from-source
260258
261259
To verify the binary build, please refer to:
262260

0 commit comments

Comments
 (0)