just kidding (#7241)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-02-01 11:57:09 -07:00 committed by GitHub
parent 7b9d51929d
commit 0897c8eebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,6 @@ if [ "$branch" != "main" ]; then
exit 1
fi
echo git pull --ff-only origin main
echo git tag -f $tag
echo git push -f origin $tag
git pull --ff-only origin main
git tag -f $tag
git push -f origin $tag