Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 31, 2024
1 parent c8e015e commit 9ad7343
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ jobs:
with:
experimental: true
version: 2024.11.8
- name: Restore Cache
uses: actions/cache@v4
id: mix-cache
with:
path: |
deps
_build
key: mix-${{ hashFiles('mix.lock') }}

- run: mix deps.get
- name: Check if there are releasable changes
id: is-releasable
run: |
Expand Down

0 comments on commit 9ad7343

Please sign in to comment.