Skip to content

Commit 8b79bb1

Browse files
authored
Update README.md
1 parent 108b76b commit 8b79bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To push a new version to nuget, perform the following steps:
109109

110110
- Update the version (e.g., x.y.z) and commit the change
111111
- git tag vx.y.z
112-
- git push vx.y.z
112+
- git push --tags
113113

114114
The [CI workflow](.github/workflows/test.yml) will build and push the packages.
115115

0 commit comments

Comments
 (0)