Skip to content

Commit 4a288aa

Browse files
author
Patrick Schwager
committed
debug
1 parent 9acfbc9 commit 4a288aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
password: ${{ secrets.GITHUB_TOKEN }}
5050
- name: Build and Push Docker images
5151
run: |
52+
echo ${{ needs.CI.outputs.version }}
5253
./gradlew build
5354
modules=("weather-agent" "news-agent" "productsearch-agent" "techspec-agent" "reportgenerate-agent")
5455
version=$(grep '^version=' gradle.properties | awk -F= '{print $2}')

0 commit comments

Comments
 (0)