From 72e2f50b7f7209092b5b5873f68b7b286522ab8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:20:03 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 4634c16e79c963813287e889244c50009e7f0981 to 9b795e578288d5ff64564dfa7dd4cda7b04bb648. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/4634c16e79c963813287e889244c50009e7f0981...9b795e578288d5ff64564dfa7dd4cda7b04bb648) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 a106e0f..ad97e19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,7 +142,7 @@ jobs: run: echo "::set-output name=tag::$(echo $TAG)" - name: Create release id: create_release - uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981 + uses: softprops/action-gh-release@9b795e578288d5ff64564dfa7dd4cda7b04bb648 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: