Skip to content

Commit

Permalink
Merge branch 'release/v8.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Oct 25, 2023
2 parents 4499e6a + e6eaafe commit 581e266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
elixir-version: "1.14.4"
- uses: cucumber/[email protected]
with:
hex-api-token: ${{ secrets.HEX_API_KEY }}
hex-api-key: ${{ secrets.HEX_API_KEY }}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
run: |
mix local.rebar --force
mix local.hex --force
mix escript.install hex pakman 8.1.1 --force
mix escript.install hex pakman 8.1.2 --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.1.1",
version: "8.1.2",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 581e266

Please sign in to comment.