Skip to content

Commit

Permalink
Updates register CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cadojo committed Aug 9, 2024
1 parent f585d5d commit f8ac1a0
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .github/workflows/Register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,32 @@ on:
workflow_dispatch:

jobs:
release:
name: Register Package
release-subpackages:
name: Register Subpackages
runs-on: ubuntu-latest
strategy:
matrix:
group:
- EphemerisSourcesBase
- HorizonsAPI
- HorizonsEphemeris
- SPICEKernels
- SPICEBodies
steps:
- uses: peter-evans/commit-comment@v3
with:
body: |
@JuliaRegistrator register subdir="lib/SPICEKernels"
@JuliaRegistrator register subdir="lib/${{ matrix.group }}"
This comment was generated with `commit-comment` and [`Register.yml`](/.github/workflows/Register.yml).
release-superpackage:
name: Register Superpackage
runs-on: ubuntu-latest
steps:
- uses: peter-evans/commit-comment@v3
with:
body: |
@JuliaRegistrator register"
This comment was generated with `commit-comment` and [`Register.yml`](/.github/workflows/Register.yml).

0 comments on commit f8ac1a0

Please sign in to comment.