Skip to content

Commit

Permalink
fix: update git_ops dependency and modify release command
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Jan 15, 2025
1 parent f9eae33 commit 6993bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/private-elixir-library-w-git-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
id: original-app-info
run: MIX_ENV=test mix git_ops.project_info --format github-actions
- name: Run mix git_ops.release
run: MIX_ENV=test mix git_ops.release --yes || true
run: MIX_ENV=test mix git_ops.release --yes --no-major || true
- name: Checking for new app version
id: app-info
run: MIX_ENV=test mix git_ops.project_info --format github-actions
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Enquirer.Mixfile do
defp deps do
[
{:ex_doc, "~> 0.12", only: [:dev, :test]},
{:git_ops, "~> 2.2", only: [:dev, :test]},
{:git_ops, "~> 2.6", only: [:dev, :test]},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
end
Expand Down

0 comments on commit 6993bad

Please sign in to comment.