Skip to content

Commit

Permalink
Merge branch 'release/0.3.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jan 30, 2025
2 parents 517e9c9 + 6838204 commit d2516ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/mix/tasks/opsmo.embed.ex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ defmodule Mix.Tasks.Opsmo.Embed do
{:ok, models} ->
System.put_env("MIX_TASK", "opsmo.embed")

Mix.Task.run("app.start")
{:ok, _} = Application.ensure_all_started(:opsmo)

models
|> Enum.each(fn {model_name, branch} ->
Expand All @@ -72,7 +72,7 @@ defmodule Mix.Tasks.Opsmo.Embed do
def run(model_specs) do
System.put_env("MIX_TASK", "opsmo.embed")

Mix.Task.run("app.start")
{:ok, _} = Application.ensure_all_started(:opsmo)

model_specs
|> Enum.each(fn spec ->
Expand Down
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 Opsmo.MixProject do
def project do
[
app: :opsmo,
version: "0.3.11",
version: "0.3.12",
elixir: "~> 1.15",
description: description(),
license: "Apache-2.0",
Expand Down

0 comments on commit d2516ea

Please sign in to comment.