Skip to content

Commit

Permalink
add quote
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed May 10, 2024
1 parent 148fb5a commit e22fabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo "expr ${{ steps.current_commit.outputs.COMMIT_COUNT }} - $prev_commit_count"
echo "$(expr ${{ steps.current_commit.outputs.COMMIT_COUNT }} - ${prev_commit_count})"
echo "$(expr ${{ steps.current_commit.outputs.COMMIT_COUNT }} - $prev_commit_count)"
commit_count_diff=$(expr ${{ steps.current_commit.outputs.COMMIT_COUNT }} - $prev_commit_count)
commit_count_diff="$(expr ${{ steps.current_commit.outputs.COMMIT_COUNT }} - $prev_commit_count)"
echo "commit_count_diff=$commit_count_diff"
prev_release_sha=$(git rev-parse --short HEAD~$commit_count_diff)
echo "PREV_RELEASE_SHA=$prev_release_sha"
Expand Down

0 comments on commit e22fabd

Please sign in to comment.