From 45a46c4414e1a4b396c0fa427319a041c1701358 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:31:17 +0200 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to c062e08 (#275) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 67a9df63..f1cbc0fe 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -104,7 +104,7 @@ jobs: run: tail -n +3 < CHANGES.md > RELEASE_NOTES.md - name: Publish extension to GitHub Releases - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2 + uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2 with: name: "${{ format('v{0}', needs.package.outputs.version) }}" body_path: RELEASE_NOTES.md