Skip to content

Commit e49789c

Browse files
authored
fix: update push gpu command (#300)
1 parent 1bf7292 commit e49789c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a guide how to release `fastembed` and `fastembed-gpu` packages.
1212
```bash
1313
git checkout gpu
1414
git rebase main
15-
git push origin gpu
15+
git push -f origin gpu
1616
```
1717

1818
4. Draft release notes

0 commit comments

Comments
 (0)