Skip to content

Commit

Permalink
ci: fix empty fhir version
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed Jan 24, 2025
1 parent c4c333b commit c0a6798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
ig_canonical: ${{ steps.yaml-data.outputs.canonical }}
ig_id: ${{ steps.yaml-data.outputs.id }}
ig_asset_filename: ${{ steps.generate-asset-filename.outputs.ig_asset_filename }}
ig_fhir_version: ${{ steps.yaml-data.outputs.fhirVersion }}
ig_fhir_version: ${{ steps.yaml-data.outputs.fhir_version }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c0a6798

Please sign in to comment.