Skip to content

Commit 21a5deb

Browse files
committed
Handle updated release naming
1 parent 434ba3d commit 21a5deb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/redisvl_docs_sync.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
run: |
5454
version="${{ matrix.version }}"
55+
version="${version#v}"
5556
isLatest="${{ matrix.isLatest }}"
5657
5758
pushd redis-vl-python
@@ -74,6 +75,7 @@ jobs:
7475
- name: 'Format markdown files for hugo compatibility'
7576
run: |
7677
version="${{ matrix.version }}"
78+
version="${version#v}"
7779
isLatest="${{ matrix.isLatest }}"
7880
7981
#!/bin/bash
@@ -323,6 +325,7 @@ jobs:
323325
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
324326
run: |
325327
release="${{ matrix.version }}"
328+
release="${release#v}"
326329
branch="redisvl_docs_sync_${release}"
327330
redisvl_change=false
328331

0 commit comments

Comments
 (0)