Skip to content

Commit 5f6ff30

Browse files
authored
Fix get latest pubspec in versionBump action (#312)
1 parent 08f011c commit 5f6ff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get Latest pubspec.yaml
1919
run: |
2020
git fetch
21-
git checkout -m origin/master pubspec.yaml
21+
git merge origin/master
2222
git add pubspec.yaml
2323
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2424
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)