Skip to content

Commit

Permalink
Be more verbose while invoking auto version
Browse files Browse the repository at this point in the history
Co-authored-by: John T. Wodder II <[email protected]>
  • Loading branch information
yarikoptic and jwodder authored Feb 26, 2024
1 parent e9fe960 commit d26e901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
# to be able to debug if something goes wrong
set -o pipefail
auto version -v | tee /tmp/auto-version
auto version -vv | tee /tmp/auto-version
version=$(sed -ne '/Calculated SEMVER bump:/s,.*: *,,p' < /tmp/auto-version)
echo "version=$version" >> "$GITHUB_OUTPUT"
env:
Expand Down

0 comments on commit d26e901

Please sign in to comment.