Skip to content

Commit c429b4f

Browse files
committed
Fix publish action
1 parent 8a86f94 commit c429b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
JDBC_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
2222
SDK_VERSION=$(mvn help:evaluate -Dexpression=ydb.sdk.version -q -DforceStdout)
23-
echo "JDBC_VERSION=JDBC_VERSION" >> "$GITHUB_ENV"
23+
echo "JDBC_VERSION=$JDBC_VERSION" >> "$GITHUB_ENV"
2424
echo "SDK_VERSION=$SDK_VERSION" >> "$GITHUB_ENV"
2525
2626
- name: Fail workflow if version is snapsot

0 commit comments

Comments
 (0)