Skip to content

Commit 4bf7270

Browse files
ci: remove semver condition for submodules during releases (#312)
1 parent 49e098f commit 4bf7270

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ jobs:
6565
submodules: 'recursive'
6666
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || '' }}
6767

68-
- name: Check LLVM version
69-
if: github.ref_type == 'tag'
70-
shell: 'bash -ex {0}'
71-
run: |
72-
# Extracts submodule branch from the submodule status output. Works in case of shallow clone.
73-
LLVM_BRANCH=$(git submodule status llvm | awk -F '[()/]' '{print $3}')
74-
[[ "${LLVM_BRANCH}" =~ ^v[0-9]+(\.[0-9]+)+(\.[0-9]+).*$ ]] || \
75-
{ echo "LLVM branch is not semver: '${LLVM_BRANCH}'. Please, update LLVM.lock file."; exit 1; }
76-
7768
- name: Prepare matrix
7869
id: prepare-matrix
7970
run: |

0 commit comments

Comments
 (0)