Skip to content

Commit

Permalink
BESECART-2345: Fix typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Rincon committed Mar 11, 2024
1 parent 00d6b7f commit 5c6b1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/do-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ git update-index --refresh
git diff-index --quiet HEAD -- || {
echo "release bundle changed"
git commit -am '[skip ci] dist updated'
update_revision
push_revision
}

[[ $(git rev-list --count "${CUR_VERSION}".. -- action.yml) -eq 0 ]] || {
echo "action descriptor changed..."
update_revision
push_revision
}

0 comments on commit 5c6b1d9

Please sign in to comment.