Skip to content

Commit

Permalink
AAE-19204: print maven built version to GH summary
Browse files Browse the repository at this point in the history
  • Loading branch information
atchertchian committed Jan 4, 2024
1 parent c4b6c41 commit 94cca5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ runs:
shell: bash
run: |
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "## 📋 Built version: $VERSION" >> $GITHUB_STEP_SUMMARY
- name: Login to DockerHub Registry
if: inputs.docker-username != '' && (github.event_name == 'push' || env.IS_PREVIEW == 'true')
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.9.0
v5.10.0

0 comments on commit 94cca5d

Please sign in to comment.