From 96e874566a8481d97b3bf9a1a4b6749434763a06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:08:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20softprops/action-?= =?UTF-8?q?gh-release=20action=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 4f914eb..46efad1 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -68,7 +68,7 @@ jobs: - name: Check out 🎉 uses: actions/checkout@v7.0.1 - name: Publish GitHub Release 📝 - uses: softprops/action-gh-release@v2.6.2 + uses: softprops/action-gh-release@v3.0.2 with: tag_name: ${{ needs.get-release-tag.outputs.package-version }} generate_release_notes: true