From c961408ccd61c77051cf652172294f129d7daf06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:02:44 +0200 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 2eee0b8..1b186c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: file_pattern: 'pom.xml docs/openapi.json docs/openapi.yaml' - name: Create GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: staging/*.jar tag_name: ${{ steps.version.outputs.version }}