diff --git a/RELEASE.md b/RELEASE.md index 23abe6c7..050717af 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -33,7 +33,7 @@ Finally, check out the `vX.Y.Z` tag and overwrite the `vX` tag: git checkout v3.2.0 git tag -d v3 git tag -s -m "alias v3.2.0" v3 -git push v3 -f +git push origin v3 -f ``` ## Gradle Plugin Portal