We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b9ccb commit 842956dCopy full SHA for 842956d
2 files changed
.github/workflows/hex-publish.yml
@@ -59,6 +59,10 @@ jobs:
59
mix local.hex --force
60
mix local.rebar --force
61
62
+ # Matches library_tests in ci.yml: InstallFixture shells out to mix phx.new.
63
+ - name: Install phx_new archive
64
+ run: mix archive.install --force hex phx_new
65
+
66
- name: Verify release version in mix.exs
67
run: grep -n "@version \"${{ inputs.release_version }}\"" mix.exs
68
.github/workflows/release-please.yml
@@ -87,6 +87,10 @@ jobs:
87
88
89
90
91
92
93
94
- name: Fetch library deps
95
run: mix deps.get
96
0 commit comments