Skip to content

Commit be4e867

Browse files
committed
Fix main branch events package version detection
1 parent 4a8f404 commit be4e867

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
@@ -228,7 +228,7 @@ jobs:
228228
echo "changed=true" >> $GITHUB_OUTPUT
229229
fi
230230
231-
if content=$(git show origin/main:internal/events/schemas/package.json 2>/dev/null); then
231+
if content=$(git show origin/main:internal/events/package.json 2>/dev/null); then
232232
version=$(jq -r .version <<< $content);
233233
else
234234
version=null;

0 commit comments

Comments
 (0)