Skip to content

Commit 26e5591

Browse files
committed
...
1 parent 399ab19 commit 26e5591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
IMAGE_NAME: ${{ matrix.image }}
6565
run: |
6666
git fetch --tags
67-
latest_tag="$(git tag | grep 'v[0-9]*\.[0-9]*\.[0-9]*' | sort -rn | head -n1)"
67+
#latest_tag="$(git tag | grep 'v[0-9]*\.[0-9]*\.[0-9]*' | sort -rn | head -n1)"
68+
latest_tag="v2.6.0"
6869
if [ -z "$latest_tag" ]; then
6970
echo "could not find latest tag"
7071
exit 1

0 commit comments

Comments
 (0)