Change message to be less misleading

This commit is contained in:
Klaus Hartl 2023-02-18 16:16:30 +01:00
parent f82ff5669a
commit 563f193bef
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A

2
run.sh
View file

@ -30,7 +30,7 @@ prep_release() {
git push origin main
git tag -a "$1" -m "Release $1"
git push --tags
_success "Released $1!"
_success "Tag for release $1 available!"
fi
}