diff --git a/.github/workflows/push_latest.yml b/.github/workflows/push_latest.yml index f1af74a..7615bcc 100644 --- a/.github/workflows/push_latest.yml +++ b/.github/workflows/push_latest.yml @@ -326,7 +326,7 @@ jobs: create_annotated_tag: true - name: Create a GitHub release if: steps.last_tag.outputs.previous_tag != steps.get_version.outputs.leading_v_version - uses: ncipollo/release-action@aa3b2fa675dd00a28f946e5c0390de0a6eb89770 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 with: tag: ${{ steps.create_tag.outputs.new_tag }} name: micromamba ${{ steps.create_tag.outputs.new_tag }}