From b620f358939f66d6d02f431c6e3681a1bc57dbd9 Mon Sep 17 00:00:00 2001 From: Shuiling <132723284+shulng@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20maven.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 00c4366..8436c93 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: path: target/*.jar - name: Create Release and Upload Release Asset - uses: softprops/action-gh-release@v2.0.8 + uses: marvinpinto/action-automatic-releases@v1.2.1 if: startsWith(github.ref, 'refs/tags/') with: repo_token: "${{ secrets.GITHUB_TOKEN }}"