Skip to content

Commit

Permalink
chore: release version 2.0.4 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossvogel authored May 31, 2024
1 parent 338894d commit 0014418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Publish

on:
push:
tags: [ 'v*.*.*' ]
branches: master
tags: ["v*.*.*"]

env:
OTP_VERSION_SPEC: "25.3"
Expand All @@ -30,4 +29,4 @@ jobs:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
run: |
mix deps.get
mix hex.publish --yes
mix hex.publish --yes
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 EctoSoftDelete.Mixfile do
def project do
[
app: :ecto_soft_delete,
version: "2.0.3",
version: "2.0.4",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 0014418

Please sign in to comment.