diff --git a/.github/workflows/register-julia-package.yml b/.github/workflows/register-julia-package.yml index ca0331f..eb963bb 100644 --- a/.github/workflows/register-julia-package.yml +++ b/.github/workflows/register-julia-package.yml @@ -32,7 +32,7 @@ jobs: julia -e ' using LocalRegistry; LocalRegistry.register( - package = "julia/PRISMAID", + "julia/PRISMAID", # First positional argument: Path to the package registry = nothing, repo = "https://github.com/open-and-sustainable/julia.git", commit = true,