From 9a0043ce5a7549d2a580ba5cc1ce494502fc300f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 05:17:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20softprops/action-?= =?UTF-8?q?gh-release=20action=20to=20v2.6.2?= 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 68dc796..17f4725 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -68,7 +68,7 @@ jobs: - name: Check out 🎉 uses: actions/checkout@v4.4.0 - name: Publish GitHub Release 📝 - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.6.2 with: tag_name: ${{ needs.get-release-tag.outputs.package-version }} generate_release_notes: true