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 2c7ec880a79 Tags Java SNAPSHOT containers with the '.dev' version
2c7ec880a79 is described below

commit 2c7ec880a79ee771d24e4b7a7cc8be815832df2e
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sun Oct 6 13:08:22 2024 -0700

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

diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml 
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index 4516419f68e..51b0a4b52e7 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -81,14 +81,16 @@ jobs:
           comment_phrase: ${{ matrix.job_phrase }}
           github_token: ${{ secrets.GITHUB_TOKEN }}
           github_job: ${{ matrix.job_name }} (${{ matrix.container_task }})
-      - name: Print Output
+      - name: Find Beam Version
         run: |
           BEAM_VERSION_LINE=$(cat gradle.properties | grep "sdk_version")
-          BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}
-          echo "Beam version is $BEAM_VERSION"
-        id: print_output
-        #>> $GITHUB_ENV
-#        run: echo "Release version is ${RELEASE_VERSION}" >> $GITHUB_ENV
+#          BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}
+#          echo "Beam version is $BEAM_VERSION"
+          echo "BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}" >> $GITHUB_ENV
+      - name: Print Output
+        run: |
+            echo "Beam version at new step is BEAM_VERSION"
+#        id: find_beam_version
 #      - name: Set up Docker Buildx
 #        uses: docker/setup-buildx-action@v1
 #      - name: GCloud Docker credential helper

Reply via email to