From d0e144e93b48bfa19b691bb60700c3f088beebff Mon Sep 17 00:00:00 2001 From: Bruce Markham <219281+brucificus@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:58:17 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8FDowngrades=20action-gh-releas?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 2.2 of ction-gh-release contains a bug preventing upload of our NuGet artifacts. For more information, see: https://github.com/softprops/action-gh-release/issues/555 --- .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 19bdbd5..e6dc97b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,7 +112,7 @@ jobs: path: ./out/ - name: Publish GitHub release id: publish_github_release - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 with: token: "${{ secrets.RELEASE_GITHUB_TOKEN }}" name: "v${{ steps.gitversion_vars.outputs.SemVer }}"