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

damccorm pushed a commit to branch release-2.49.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.49.0 by this push:
     new ff924a00862 Fix staged RC source name in GA (#27398)
ff924a00862 is described below

commit ff924a00862265ac29668359a212af93ab0f991b
Author: Yi Hu <ya...@google.com>
AuthorDate: Fri Jul 7 15:35:55 2023 -0400

    Fix staged RC source name in GA (#27398)
    
    * Fix staged RC source name format in GitHub Action
---
 .github/workflows/build_release_candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 5a05c1a098c..52622285253 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -105,7 +105,7 @@ jobs:
             RC_ZIP="${RC_DIR}.zip"
             RELEASE_DIR="beam-${{ github.event.inputs.RELEASE }}"
             RC_TAG="v${{ github.event.inputs.RELEASE }}-RC${{ 
github.event.inputs.RC }}"
-            SOURCE_RELEASE_ZIP="apache-beam-${RELEASE}-source-release.zip"
+            SOURCE_RELEASE_ZIP="apache-beam-${{ github.event.inputs.RELEASE 
}}-source-release.zip"
               # Check whether there is an existing dist dir
             if (svn ls "${SOURCE_RELEASE_ZIP}"); then
               echo "Removing existing ${SOURCE_RELEASE_ZIP}."

Reply via email to