From b79bc868f3ae3fea04d270785b086046b59ca04e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:29:44 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.0.8 --- .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 f5c734633..c3cc10540 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: with: length: 7 - name: Release - uses: softprops/action-gh-release@v2.0.7 + uses: softprops/action-gh-release@v2.0.8 with: name: 0.1.0-${{ steps.short-sha.outputs.sha }} tag_name: v0.1.0-${{ steps.short-sha.outputs.sha }}