Skip to content

Commit b31ccbf

Browse files
committed
release: v2026.04
1 parent ee293e7 commit b31ccbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Compute version
4949
run: |
5050
gradle printVersion
51-
echo "BUILD_VERSION=$(gradle printVersion)" >> $GITHUB_ENV
51+
echo "BUILD_VERSION=$(gradle printVersion | awk '{ print $1 })" >> $GITHUB_ENV
5252
- name: Login to Docker Hub
5353
env:
5454
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)