File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
id : getVersionBumpCommit
50
50
run : |
51
51
git switch main
52
- VERSION_BUMP_COMMIT="$(git log --format='%H' --author='OSBotify' --grep 'Update version to ${{ needs.createNewVersion.outputs.NEW_VERSION }}')"
52
+ VERSION_BUMP_COMMIT="$(git log -1 - -format='%H' --author='OSBotify' --grep 'Update version to ${{ needs.createNewVersion.outputs.NEW_VERSION }}')"
53
53
if [ -z "$VERSION_BUMP_COMMIT" ]; then
54
54
echo "::error::❌ Could not find version bump commit for ${{ needs.createNewVersion.outputs.NEW_VERSION }}"
55
55
git log --oneline
63
63
working-directory : Mobile-Expensify
64
64
run : |
65
65
git switch main
66
- VERSION_BUMP_COMMIT="$(git log --format='%H' --author='OSBotify' --grep 'Update version to ${{ needs.createNewVersion.outputs.NEW_VERSION }}')"
66
+ VERSION_BUMP_COMMIT="$(git log -1 - -format='%H' --author='OSBotify' --grep 'Update version to ${{ needs.createNewVersion.outputs.NEW_VERSION }}')"
67
67
if [ -z "$VERSION_BUMP_COMMIT" ]; then
68
68
echo "::error::❌ Could not find version bump commit for ${{ needs.createNewVersion.outputs.NEW_VERSION }}"
69
69
git log --oneline
You can’t perform that action at this time.
0 commit comments