Skip to content

Commit 3256a8f

Browse files
committed
chore(reuseable): File loc error
1 parent 2be0d0d commit 3256a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
echo "Validating branch name: $BRANCH_NAME"
148148
149149
# Read allowed branch patterns from .releaserc.json
150-
ALLOWED_BRANCHES=$(jq -r '.branches[].name' .releaserc.json)
150+
ALLOWED_BRANCHES=$(jq -r '.branches[].name' "$GITHUB_WORKSPACE/.releaserc.json)
151151
152152
VALID=false
153153
for pattern in $ALLOWED_BRANCHES; do

0 commit comments

Comments
 (0)