From bfe7f9a050001b5dd837bc8452e36e5bc31530ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:23:17 +0800 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 1 to 2 (#640) --- .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 2c8e923..00a86e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: tar czvf compressed-dist.tgz -C dist . - name: attach github release artifacts - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: compressed-dist.tgz tag_name: ${{ needs.release-please.outputs.tag_name }}