1 parent 4f2c4e3 commit 45bb814Copy full SHA for 45bb814
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)" >> $GITHUB_ENV
+ echo "BUILD_VERSION=$(gradle printVersion)" >> $GITHUB_ENV
52
- name: Login to Docker Hub
53
env:
54
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments