Skip to content

Commit

Permalink
Merge pull request #745 from yarikoptic/enh-release
Browse files Browse the repository at this point in the history
Fix - auto is in ~/, not in the PATH
  • Loading branch information
yarikoptic authored Feb 26, 2024
2 parents 4518a54 + d6ed9b0 commit 1835cd4
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 -vv | 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 1835cd4

Please sign in to comment.