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 08b9cd1 commit e6c1be2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/register-julia-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)'

0 comments on commit e6c1be2

Please sign in to comment.