From 4751dd31cfabe149874cb1e35905a1e2675aab80 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Wed, 28 Aug 2024 16:25:04 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 Signed-off-by: redhat-renovate-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 5b1fcd7..6a550da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: git push origin --tags - name: Publish Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ steps.version.outputs.VERSION }} files: "*.tar.gz"