Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# Check that source version in box.json is clean (no -SNAPSHOT suffix).
# The workflow injects -SNAPSHOT for develop builds automatically.
BASE_VERSION=$(jq -r '.version' templates/base/src/box.json)
BASE_VERSION=$(jq -r '.version' box.json)
if echo "$BASE_VERSION" | grep -qi "snapshot"; then
echo "ERROR: Version in box.json contains -SNAPSHOT suffix ($BASE_VERSION)"
echo "Source files should have clean versions (e.g., 3.1.0)."
Expand Down
Loading