From 0a6019f90760fa5753ad1a113452736c7aaa6283 Mon Sep 17 00:00:00 2001 From: Mike Boyle Date: Mon, 11 Mar 2024 23:03:18 -0400 Subject: [PATCH] Update action-gh-release [skip ci] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e59e98e..6966457 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -213,7 +213,7 @@ jobs: - name: Create release if: "!contains(github.event.head_commit.message, '[no release]')" id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: