Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: clean dependencies on reruns #31

Merged
merged 1 commit into from
Feb 20, 2024
Merged

feat: clean dependencies on reruns #31

merged 1 commit into from
Feb 20, 2024

Conversation

btkostner
Copy link
Contributor

Shamelessly stolen from this Felt action: https://github.com/felt/ultimate-elixir-ci/blob/main/.github/actions/elixir-setup/action.yml#L97

If a person reruns a GitHub action, it will cause Elixir to clean all dependencies and re fetch them. This will trigger a rebuild in what ever action using this composite action. This makes a nice alternative to having to clear the cache if there is an issue.

@btkostner btkostner requested a review from a team October 2, 2023 16:13
@btkostner btkostner self-assigned this Oct 2, 2023
@btkostner btkostner merged commit 2b68339 into main Feb 20, 2024
1 check passed
@btkostner btkostner deleted the btkostner-patch-1 branch February 20, 2024 19:52
This was referenced Feb 20, 2024
btkostner pushed a commit that referenced this pull request Feb 20, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>1.4.0</summary>

##
[1.4.0](v1.3.0...v1.4.0)
(2024-02-20)


### Features

* clean dependencies on reruns
([#31](#31))
([2b68339](2b68339))
* remove tool versions action with new native setup-beam feature
([#37](#37))
([ba2cddb](ba2cddb))


### Bug Fixes

* update release please configuration
([#39](#39))
([25975e5](25975e5))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants