1 parent d02f90c commit d030a70Copy full SHA for d030a70
1 file changed
.github/workflows/actions.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Compute version
49
run: |
50
gradle printVersion
51
- echo "BUILD_VERSION=$(gradle printVersion -q --no-daemon | tail -n 1)" >> $GITHUB_ENV
+ echo "BUILD_VERSION=$(gradle printVersion -q)" >> $GITHUB_ENV
52
- name: Login to Docker Hub
53
env:
54
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments