We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc42c9 commit c078043Copy full SHA for c078043
.github/actions/build-test/unix/action.yml
@@ -36,7 +36,7 @@ runs:
36
steps:
37
- name: Local build
38
shell: ${{ env.shell }}
39
- working-direct: hazelcast-repo
+ working-directory: hazelcast-repo
40
run: |
41
./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout
42
echo "HAZELCAST_VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)" >> ${GITHUB_ENV}
0 commit comments