From dc14a357b87b84ba7afc09bccde65c399cc3e9fb Mon Sep 17 00:00:00 2001 From: naiba Date: Wed, 20 Nov 2024 22:53:21 +0800 Subject: [PATCH] chore: fix typo --- .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 a1fcf49..9e0a63f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: - uses: robinraju/release-downloader@v1 with: - repo: nezhahq/admin-frontend + repository: nezhahq/admin-frontend token: ${{ secrets.GITHUB_TOKEN }} fileName: dist.zip latest: true