Skip to content

Commit

Permalink
Merge pull request #48 from h3poteto/fix/release
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
h3poteto authored Aug 19, 2023
2 parents 2d2e733 + a3dd0c1 commit dc07b7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
with:
otp-version: "26.0"
elixir-version: "1.15.1" # [Required] Define the Erlang/OTP version
- name: Restore dependencies cache
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Install dependencies
run: mix deps.get
- name: Publish
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
Expand Down

0 comments on commit dc07b7c

Please sign in to comment.