Skip to content

Commit

Permalink
Merged in BESECART-2345/upgrade-to-node20 (pull request #63)
Browse files Browse the repository at this point in the history
BESECART-2345: Fix typo in function name (Trivial)

Approved-by: Simon Howlett
Approved-by: Helio Martins
Approved-by: Nazif Ahmed
  • Loading branch information
Julio Rincon committed Mar 12, 2024
2 parents 00d6b7f + 5c6b1d9 commit c318979
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 c318979

Please sign in to comment.