Skip to content

Commit

Permalink
fix release ste@
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Jul 20, 2024
1 parent ceeffe1 commit ebe98dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ jobs:
mix deps.get
- name: download checksum files
run: mix rustler_precompiled.download Yex.Nif --all

run: mix rustler_precompiled.download Yex.Nif --all --print
env:
RUSTLER_PRECOMPILATION_YEX_BUILD: "true"
- name: publish to hex
run: mix hex.publish --yes
env:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Yex.MixProject do
use Mix.Project

@version "0.0.4"
@version "0.0.5"
@repo "https://github.com/satoren/y_ex"

@description """
Expand Down

0 comments on commit ebe98dd

Please sign in to comment.