We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acfbc9 commit 4a288aaCopy full SHA for 4a288aa
.github/workflows/release.yml
@@ -49,6 +49,7 @@ jobs:
49
password: ${{ secrets.GITHUB_TOKEN }}
50
- name: Build and Push Docker images
51
run: |
52
+ echo ${{ needs.CI.outputs.version }}
53
./gradlew build
54
modules=("weather-agent" "news-agent" "productsearch-agent" "techspec-agent" "reportgenerate-agent")
55
version=$(grep '^version=' gradle.properties | awk -F= '{print $2}')
0 commit comments