From 41ef7b9f8d3c92550f0fa437ee199bd93d3fa62e Mon Sep 17 00:00:00 2001 From: Dylan Decrulle Date: Wed, 13 Apr 2022 14:49:53 +0200 Subject: [PATCH] fix: change action name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3442a4..d3f9e4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: env: FROM_VERSION: ${{ needs.check_if_version_upgraded.outputs.from_version }} TO_VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }} - - uses: garronej/action-gh-release@v0.2.0 + - uses: softprops/action-gh-release@v1 with: name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }} tag_name: v${{ needs.check_if_version_upgraded.outputs.to_version }}