From 2557b7139a723515a5d5b32b0d23c64d5fdc56b8 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 20 Dec 2022 18:09:31 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae4352a..1a2afc0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,8 +17,8 @@ jobs: matrix: os: [ubuntu-latest] image_name: [nacos,sentinel] - nacos_version: [2.1.1] - sentinel_version: [1.8.5] + nacos_version: [2.2.0] + sentinel_version: [1.8.6] steps: - name: Extract Version id: version_step