Skip to content

Commit c347393

Browse files
fix: incorrect variable name
1 parent 1a30db5 commit c347393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@2a3f4ab96e04b7547c4ee5b786745b98809c89be
4848
with:
4949
dry_run: true
50-
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
50+
asdf_version: ${{ needs.get_asdf_version.outputs.asdf_version }}
5151
branch_name: main
5252
publish_package: false
5353
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@2a3f4ab96e04b7547c4ee5b786745b98809c89be
5555
with:
5656
dry_run: true
57-
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
57+
asdf_version: ${{ needs.get_asdf_version.outputs.asdf_version }}
5858
branch_name: main
5959
publish_package: false
6060
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}

0 commit comments

Comments
 (0)