Skip to content

Commit

Permalink
Merge branch 'release/v8.2.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Apr 25, 2024
2 parents ae944f3 + 44ff5af commit 90f5c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ runs:
uses: actions/cache@v4
with:
path: ~/.mix
key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.2.5
key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.2.6

- name: Install Pakman
if: steps.cache-pakman.outputs.cache-hit != 'true'
run: |
mix local.rebar --force
mix local.hex --force
mix escript.install hex pakman 8.2.5 --force
mix escript.install hex pakman 8.2.6 --force
shell: alpine.sh {0}
env:
MIX_ENV: prod
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Pakman.MixProject do
def project do
[
app: :pakman,
version: "8.2.4",
version: "8.2.6",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 90f5c4c

Please sign in to comment.