Skip to content

Commit e0fdfd3

Browse files
committed
fix(scripts): release.sh
1 parent 9fe0edf commit e0fdfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ echo "
9797
Next steps:
9898
- Run tests/CI (version_spec.lua)!
9999
- Push the tag:
100-
git push v${__VERSION}
100+
git push origin tag v${__VERSION}
101101
- Update website: index.html"

0 commit comments

Comments
 (0)