Skip to content

Commit 694c8e9

Browse files
authored
chore: release ci without sparse checkout (Mellanox#1261)
Job failed with: ``` 2025-01-20T06:34:22.5666372Z Switched to a new branch 'cidi/update-network-operator-to-v25.1.0-beta.3' 2025-01-20T06:34:23.3239441Z Error: stat hack/release.yaml: no such file or directory ```
2 parents 70ad78e + 2e73017 commit 694c8e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
ISSUE_TITLE: ${{ github.event.issue.title }}
1313
steps:
1414
- uses: actions/checkout@v4
15-
with:
16-
sparse-checkout: .
1715
- run:
1816
echo "RELEASE_VERSION=`echo $ISSUE_TITLE | awk '{ print $2 }'`" >> $GITHUB_ENV
1917
- name: Determine base branch

0 commit comments

Comments
 (0)