Skip to content

Commit 6a2b946

Browse files
CCM-11027: Update version check script
1 parent 8e3c470 commit 6a2b946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
echo "changed=true" >> $GITHUB_OUTPUT
228228
fi
229229
230-
if content=$(git show main:packages/event-schemas/package.json 2>/dev/null); then
230+
if content=$(git show origin/main:packages/event-schemas/package.json 2>/dev/null); then
231231
version=$(jq -r .version <<< $content);
232232
else
233233
version=null;

0 commit comments

Comments
 (0)