File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2525 fi
2626 VERSION="${VERSION//\//-}"
2727 echo "VERSION_NUMBER=$VERSION" >> "$GITHUB_ENV"
28+ echo "Computed VERSION_NUMBER=$VERSION"
2829 - name : Setup Zig
2930 run : |
3031 mkdir -p $HOME/.local/bin $HOME/.local/zig
Original file line number Diff line number Diff line change 2323 fi
2424 VERSION="${VERSION//\//-}"
2525 echo "VERSION_NUMBER=$VERSION" >> "$GITHUB_ENV"
26+ echo "Computed VERSION_NUMBER=$VERSION"
2627 - name : Build plugin docker image
2728 run : docker compose build --no-cache prereqs protoc-plugin
2829 - name : Copy binary from Docker image
Original file line number Diff line number Diff line change 3030 # Minimal sanitization: replace slashes with dashes to keep filenames valid
3131 VERSION="${VERSION//\//-}"
3232 echo "VERSION_NUMBER=$VERSION" >> "$GITHUB_ENV"
33+ echo "Computed VERSION_NUMBER=$VERSION"
3334 - name : Install Bazelisk (Bazel)
3435 run : |
3536 brew update
Original file line number Diff line number Diff line change 2323 fi
2424 VERSION="${VERSION//\//-}"
2525 echo "VERSION_NUMBER=$VERSION" >> "$GITHUB_ENV"
26+ echo "Computed VERSION_NUMBER=$VERSION"
2627 shell : bash
2728 - name : Print Bazel version
2829 run : |
You can’t perform that action at this time.
0 commit comments