From 08f0c25dfca1b3091fc598ad98578d8f5e55ae32 Mon Sep 17 00:00:00 2001 From: naiba Date: Sat, 30 Nov 2024 17:18:11 +0800 Subject: [PATCH] chore: upgrade admin frontend --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4899b7..2b2d1a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - uses: robinraju/release-downloader@v1 with: repository: nezhahq/admin-frontend - tag: v1.0.8 + tag: v1.0.9 fileName: dist.zip latest: true extract: true