Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/run-it-tests-beam-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Update pom.xml for Beam Snapshot
run: |
SNAPSHOT_VERSION="${{ steps.calculate_beam_snapshot.outputs.beam_snapshot_version }}"
SNAPSHOT_VERSION="${STEPS_CALCULATE_BEAM_SNAPSHOT_OUTPUTS_BEAM_SNAPSHOT_VERSION}"
echo "Updating pom.xml to use Beam version: $SNAPSHOT_VERSION"

# 1. Update Beam version
Expand All @@ -88,6 +88,8 @@ jobs:
echo "Final pom.xml changes:"
git diff pom.xml.bak # Show changes against the original .bak file created by sed
shell: bash
env:
STEPS_CALCULATE_BEAM_SNAPSHOT_OUTPUTS_BEAM_SNAPSHOT_VERSION: ${{ steps.calculate_beam_snapshot.outputs.beam_snapshot_version }}

- name: Run Build
run: ./cicd/run-build
Expand Down
Loading