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

chamikara pushed a commit to branch java_expansion_service_container_snapshots
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to 
refs/heads/java_expansion_service_container_snapshots by this push:
     new af7828ddeb0 Tags Java SNAPSHOT containers with the '.dev' version
af7828ddeb0 is described below

commit af7828ddeb0cc090b3c25d0d901cc3e413d9fcbf
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sun Oct 6 13:18:13 2024 -0700

    Tags Java SNAPSHOT containers with the '.dev' version
---
 .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml 
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index 43c7c32779c..ebbbfab08f8 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -80,11 +80,11 @@ jobs:
           comment_phrase: ${{ matrix.job_phrase }}
           github_token: ${{ secrets.GITHUB_TOKEN }}
           github_job: ${{ matrix.job_name }} (${{ matrix.container_task }})
-#      - name: Find Beam Version
-#        run: |
-#          BEAM_VERSION_LINE=$(cat gradle.properties | grep "sdk_version")
-#          echo "BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}" >> 
$GITHUB_ENV
-#        id: find_beam_version
+      - name: Find Beam Version
+        run: |
+          BEAM_VERSION_LINE=$(cat gradle.properties | grep "sdk_version")
+          echo "BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}" >> $GITHUB_ENV
+        id: find_beam_version
       - name: Print Output
         run: echo "Beam version at new step is $BEAM_VERSION"
         id: print_beam_version

Reply via email to