diff --git a/.github/workflows/register-julia-package.yml b/.github/workflows/register-julia-package.yml index bb2f39b..386aff1 100644 --- a/.github/workflows/register-julia-package.yml +++ b/.github/workflows/register-julia-package.yml @@ -32,13 +32,13 @@ jobs: julia -e ' using LocalRegistry; LocalRegistry.register( - "julia/PRISMAID", - registry = "OpenRegistry", # Use the name from Registry.toml + package = "julia/PRISMAID", + registry = "https://github.com/open-and-sustainable/julia.git", commit = true, push = true, - branch = "main", - repo = "https://github.com/open-and-sustainable/julia.git" + branch = "main" )' +