Skip to content

Commit 75c22a4

Browse files
fix: incorrect variable name
1 parent c347393 commit 75c22a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
4545
tag_release:
4646
needs: [quality_checks, get_commit_id, get_asdf_version]
47-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@2a3f4ab96e04b7547c4ee5b786745b98809c89be
47+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@361957c147279f5f0f68b64fde9927833363d5f7
4848
with:
4949
dry_run: true
50-
asdf_version: ${{ needs.get_asdf_version.outputs.asdf_version }}
50+
asdfVersion: ${{ 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
5252
tag_release:
5353
needs: [quality_checks, get_commit_id, get_asdf_version]
54-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@2a3f4ab96e04b7547c4ee5b786745b98809c89be
54+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@361957c147279f5f0f68b64fde9927833363d5f7
5555
with:
5656
dry_run: true
57-
asdf_version: ${{ needs.get_asdf_version.outputs.asdf_version }}
57+
asdfVersion: ${{ 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)