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 }}"