mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Use master branch
This commit is contained in:
parent
94e70a2f8d
commit
3f18a4419e
1 changed files with 3 additions and 3 deletions
6
mix.exs
6
mix.exs
|
|
@ -126,9 +126,9 @@ defmodule LiveSvelte.MixProject do
|
|||
|
||||
defp aliases do
|
||||
[
|
||||
"release.patch": ["easy_publish.release patch --branch=main"],
|
||||
"release.minor": ["easy_publish.release minor --branch=main"],
|
||||
"release.major": ["easy_publish.release major --branch=main"]
|
||||
"release.patch": ["easy_publish.release patch --branch=master"],
|
||||
"release.minor": ["easy_publish.release minor --branch=master"],
|
||||
"release.major": ["easy_publish.release major --branch=master"]
|
||||
]
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue