Skip to content

Commit

Permalink
build(deps): bump ncipollo/release-action
Browse files Browse the repository at this point in the history
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from aa3b2fa675dd00a28f946e5c0390de0a6eb89770 to cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@aa3b2fa...cdcc88a)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 2c9e8a8 commit 07644c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 07644c1

Please sign in to comment.