Skip to content

Commit

Permalink
Wildcard dependency basismodul (#186)
Browse files Browse the repository at this point in the history
* add wildcard

* add wildcard

* Update firely terminal pipeline to 0.4.5

---------

Co-authored-by: nikohl-de <[email protected]>
  • Loading branch information
leslieber and nikohl-de authored Dec 4, 2024
1 parent ac1d97b commit 54c5a2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Java and .NET are already installed on ubuntu-latest

- name: Firely.Terminal (GitHub Actions)
uses: FirelyTeam/[email protected].1
uses: FirelyTeam/[email protected].5
with:
PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/
#PATH_TO_EXAMPLES: Examples
Expand Down
2 changes: 1 addition & 1 deletion Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FSHOnly: true
applyExtensionMetadataToRoot: false
dependencies:
de.basisprofil.r4: 1.5.0
de.gematik.isik-basismodul: 4.0.0
de.gematik.isik-basismodul: 4.0.x
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
],
"dependencies": {
"de.basisprofil.r4": "1.5.0",
"de.gematik.isik-basismodul": "4.0.0"
"de.gematik.isik-basismodul": "4.0.x"
}
}

0 comments on commit 54c5a2d

Please sign in to comment.