Skip to content

Commit

Permalink
Merge pull request #25 from satoren/release_v0.3.4
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
satoren authored Jul 23, 2024
2 parents 9aab8fe + 0b72c6c commit 4f94e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- nif_build_check
tags:
- '*'

Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
target: ${{ matrix.job.target }}
nif-version: ${{ matrix.nif }}
use-cross: ${{ matrix.job.use-cross }}
project-dir: "native/yex"

- name: Artifact upload
uses: actions/upload-artifact@v4
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.3.3"
@version "0.3.4"
@repo "https://github.com/satoren/y_ex"

@description """
Expand Down

0 comments on commit 4f94e21

Please sign in to comment.