Skip to content

Commit

Permalink
Fix action for package registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricboer0 committed Nov 19, 2024
1 parent 78518d0 commit 2e8808c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/register-julia-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e8808c

Please sign in to comment.