Skip to content

Commit a336610

Browse files
fix: [DevOps] Orchestration spec update to new release tag
1 parent 5521660 commit a336610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-spec-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
BRANCH="main"
4343
if [ "${{ matrix.file }}" = "orchestration" ]; then
44-
BRANCH="rel/$ORCH_VERSION"
44+
BRANCH="rel-$ORCH_VERSION"
4545
fi
4646
echo "Using branch: $BRANCH"
4747

0 commit comments

Comments
 (0)