mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-11 05:09:54 +00:00
Merge pull request #2562 from balena-io/ab77/operational
Prevent git from existing with 141
This commit is contained in:
commit
ac9e2a9e7e
3
.github/actions/finalize/action.yml
vendored
3
.github/actions/finalize/action.yml
vendored
@ -38,6 +38,9 @@ runs:
|
||||
|
||||
[[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]] && set -x
|
||||
|
||||
# prevent git from existing with 141
|
||||
set +o pipefail
|
||||
|
||||
previous_tag="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"
|
||||
release_notes="$(git log ${previous_tag}..HEAD --pretty=reference)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user