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 7607635 commit 5fefa4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/register-julia-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
run: |
git clone https://github.com/open-and-sustainable/julia.git /tmp/local-registry
- name: Check Registry Structure
run: |
ls -la /tmp/local-registry
cat /tmp/local-registry/Registry.toml
# Register the package
- name: Register Package
env:
Expand Down

0 comments on commit 5fefa4b

Please sign in to comment.