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

commit 931c548a57eb3db4bb91e62c5f9c69068578a778
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sat Oct 5 15:39:26 2024 -0700

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

diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml 
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index ba04a65aa74..388ad741f06 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -82,7 +82,8 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           github_job: ${{ matrix.job_name }} (${{ matrix.container_task }})
       - name: Print version
-        run: echo "Release version is $RELEASE_VERSION" >> $GITHUB_ENV
+        run: echo "Release version is " >> $GITHUB_ENV
+#        run: echo "Release version is ${RELEASE_VERSION}" >> $GITHUB_ENV
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v1
       - name: GCloud Docker credential helper

Reply via email to