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 023cf4e2c3a Tags Java SNAPSHOT containers with the '.dev' version
023cf4e2c3a is described below
commit 023cf4e2c3a916de347e60333b2b9d8dbf54a8da
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sun Oct 6 12:36:43 2024 -0700
Tags Java SNAPSHOT containers with the '.dev' version
---
.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index 17f2ff5a4e5..e4ce5bdde45 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -81,8 +81,9 @@ jobs:
comment_phrase: ${{ matrix.job_phrase }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_job: ${{ matrix.job_name }} (${{ matrix.container_task }})
- - name: Print version
- run: echo "Release version is "
+ - name: Print Output
+ run: echo "Release version is ${RELEASE_VERSION}"
+ id: print_output
#>> $GITHUB_ENV
# run: echo "Release version is ${RELEASE_VERSION}" >> $GITHUB_ENV
- name: Set up Docker Buildx