Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 2d73e1d

Browse files
Merge pull request #94 from hmcts/version-releease
correct variable for release version
2 parents bbaceeb + e267370 commit 2d73e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-released.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "Building with API_SPEC_VERSION=$API_SPEC_VERSION"
5555
5656
gradle publish \
57-
-DAPI_SPEC_VERSION=$VERSION \
57+
-DAPI_SPEC_VERSION=$API_SPEC_VERSION \
5858
-DGITHUB_REPOSITORY=${{ github.repository }} \
5959
-DGITHUB_ACTOR=${{ github.actor }} \
6060
-DGITHUB_TOKEN=$GITHUB_TOKEN \

0 commit comments

Comments
 (0)