Skip to content

Commit c42928b

Browse files
committed
Fix tag push git command
1 parent c4b262f commit c42928b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libevm/tooling/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In the following, we create a release candidate tag `v1.13.14-0.2.0.rc.4`.
3838

3939
```bash
4040
git tag v1.13.14-0.2.0.rc.4
41-
git push v1.13.14-0.2.0.rc.4
41+
git push origin v1.13.14-0.2.0.rc.4
4242
```
4343

4444
1. (optional) you can then cleanup with:

0 commit comments

Comments
 (0)