From e44daec9aecce7dcc82772019ee8961821c65097 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 13 Sep 2024 11:48:25 +0200 Subject: [PATCH] release:Updated release plugint to v2 #TASK-6564 --- .github/workflows/release-github-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-github-workflow.yml b/.github/workflows/release-github-workflow.yml index 74324373..568b0de4 100644 --- a/.github/workflows/release-github-workflow.yml +++ b/.github/workflows/release-github-workflow.yml @@ -20,7 +20,7 @@ jobs: with: name: ${{ inputs.artifact }} - name: GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: name: ${{ github.ref_name }}