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 ff552b49cca Tags Java SNAPSHOT containers with the '.dev' version
ff552b49cca is described below
commit ff552b49cca96375bbf7f1711838634b4c8d5013
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sun Oct 6 12:11:13 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 b62cd8f61ef..17f2ff5a4e5 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 " >> $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