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 88b177996f9 Tags Java SNAPSHOT containers with the '.dev' version
88b177996f9 is described below
commit 88b177996f92a598e667a9b5f03c421357a3e363
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sun Oct 6 13:11:48 2024 -0700
Tags Java SNAPSHOT containers with the '.dev' version
---
.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index 51b0a4b52e7..ee02a070ce3 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -87,10 +87,10 @@ jobs:
# BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}
# echo "Beam version is $BEAM_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: find_beam_version
+ 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