From 5c163fc1b5417c04e0e3a9ac96affa4688c8372d Mon Sep 17 00:00:00 2001 From: marc2332 Date: Wed, 27 Nov 2024 11:02:55 +0100 Subject: [PATCH] refactor(ci): Use `action-gh-release` action --- .github/workflows/apps_wallet_prod_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apps_wallet_prod_build.yml b/.github/workflows/apps_wallet_prod_build.yml index 7fe6657ef78..6611449a97f 100644 --- a/.github/workflows/apps_wallet_prod_build.yml +++ b/.github/workflows/apps_wallet_prod_build.yml @@ -71,12 +71,12 @@ jobs: run: echo "::set-output name=version::${GITHUB_REF#refs/tags/wallet-v}" - name: Create GitHub Release - uses: elgohr/Github-Release-Action@c5ea99036abb741a89f8bf1f2cd7fba845e3313a # pin@v5 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # pin@v2.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ env.CURRENT_TAG }} - release_name: IOTA Wallet v${{ steps.version.outputs.version }} + name: IOTA Wallet v${{ steps.version.outputs.version }} body: | ## Changelog {{ env.changelog }}