Skip to content

Commit

Permalink
Fix get latest pubspec in versionBump action (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenfung2 authored Dec 9, 2023
1 parent 08f011c commit 5f6ff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versionBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get Latest pubspec.yaml
run: |
git fetch
git checkout -m origin/master pubspec.yaml
git merge origin/master
git add pubspec.yaml
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit 5f6ff30

Please sign in to comment.