From 40a50968edd527507f9fc25f59fac695c8deae35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Fri, 3 Mar 2023 19:29:27 +0800 Subject: [PATCH] chore(ci): solve version conflicts & errors --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7403578..f3d4cba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: npm run build # Step V - name: Create tar.gz File - uses: TheDoctor0/zip-release@latest + uses: TheDoctor0/zip-release@0.7.1 with: type: tar path: dist/ @@ -47,7 +47,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Step VIII - name: GitHub Release - uses: marvinpinto/action-automatic-releases@v1 + uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: false