Skip to content

Commit

Permalink
Merge pull request #24 from ozw-sei/patch-1
Browse files Browse the repository at this point in the history
fix: versiom bumper was not work on conflicted
  • Loading branch information
haya14busa committed Mar 9, 2021
2 parents 025466a + e819bc2 commit a0d17cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if [ -z "${BUMP_LEVEL}" ]; then
fi
echo "Bump ${BUMP_LEVEL} version"

git fetch --tags # Fetch existing tags before bump.
git fetch --tags -f # Fetch existing tags before bump.
# Fetch history as well because bump uses git history (git tag --merged).
git fetch --prune --unshallow
CURRENT_VERSION="$(bump current)" || true
Expand Down

0 comments on commit a0d17cd

Please sign in to comment.