From d9ffdb917ee8404d8b0bd211058794926a09c6ff Mon Sep 17 00:00:00 2001 From: Hind Montassif Date: Tue, 28 Jan 2025 15:03:31 +0100 Subject: [PATCH] Get latest version of softprops --- .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 e70a12f..8c86330 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: python fetch_release.py ${{ github.event.inputs.version }} - name: Release - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2 if: steps.fetch-release.outputs.MICROMAMBA_NEW_VERSION == 'true' with: name: "micromamba ${{ steps.fetch-release.outputs.MICROMAMBA_VERSION }}"