From 8256976968ebfd80d5ad9ce3a91ea8026f2e7426 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 14 Apr 2024 16:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20actions=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd0fe5070..8251b8e76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV - name: Create git tag - uses: pkgdeps/git-tag-action@v2 + uses: pkgdeps/git-tag-action@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_repo: ${{ github.repository }} @@ -74,7 +74,7 @@ jobs: echo "COMMIT_SHA=$(git show -s --format=%H)" >> $GITHUB_ENV - name: Create git tag - uses: pkgdeps/git-tag-action@v2 + uses: pkgdeps/git-tag-action@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_repo: ${{ github.repository }} @@ -121,7 +121,7 @@ jobs: # echo "COMMIT_SHA=$(git show -s --format=%H)" >> $GITHUB_ENV # - name: Create git tag - # uses: pkgdeps/git-tag-action@v2 + # uses: pkgdeps/git-tag-action@v3 # with: # github_token: ${{ secrets.GITHUB_TOKEN }} # github_repo: ${{ github.repository }} @@ -166,7 +166,7 @@ jobs: run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: ./publish/changeLog.md prerelease: false