Skip to content

Commit

Permalink
Add update-yggdrasil-package to workflow for automatically package up…
Browse files Browse the repository at this point in the history
…dates
  • Loading branch information
nightlark committed Dec 10, 2022
1 parent 83a33b5 commit 5b14bf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-helics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
dryrun: ${{ inputs.dryrun }}
secrets: inherit

update-yggdrasil:
needs: get-helics-version
uses: ./.github/workflows/update-yggdrasil-package.yml
with:
dryrun: ${{ inputs.dryrun }}
secrets: inherit

update-language-bindings:
name: Trigger Language Bindings Version Update
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b14bf7

Please sign in to comment.