Skip to content

Commit 37d596b

Browse files
committed
Update publish.yml
1 parent 458765a commit 37d596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Commit version bump
111111
run: |
112-
git add pubspec.yaml CHANGELOG.md pubspec.lock
112+
git add pubspec.yaml CHANGELOG.md
113113
git commit -m "Bump version to ${{ steps.new_version.outputs.version }}"
114114
git push origin master
115115

0 commit comments

Comments
 (0)