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

commit 4b35ea95ea726565f6e35c2423aa85776f90980c
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sun Oct 6 13:17:13 2024 -0700

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

diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml 
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index 61ef31a0023..43c7c32779c 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -80,6 +80,14 @@ 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: Print Output
+        run: echo "Beam version at new step is $BEAM_VERSION"
+        id: print_beam_version
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v1
       - name: GCloud Docker credential helper

Reply via email to