Skip to content

Commit

Permalink
Enhance the release workflow to document version (#73)
Browse files Browse the repository at this point in the history
Capture the current version once the release has been triggered and add to the job summary.
  • Loading branch information
big-andy-coates authored Feb 8, 2023
1 parent dd6e6f0 commit 765b308
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
- name: Release
run: |
# The following command will trigger the build.yml workflow as it pushes a release tag
./gradlew release --stacktrace
./gradlew release --stacktrace
- name: Capture version info
run: |
echo "Release version: $(./gradlew cV -q -Prelease.quiet)" >> $GITHUB_STEP_SUMMARY

0 comments on commit 765b308

Please sign in to comment.