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

Commit e267370

Browse files
correct variable for release version
1 parent bbaceeb commit e267370

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)