From 67058aab477e00224e70770c06238adf57aca117 Mon Sep 17 00:00:00 2001 From: gak Date: Wed, 30 Aug 2023 15:57:57 +1000 Subject: [PATCH] chore: also push before publish --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 22c6610..d1bad3b 100644 --- a/justfile +++ b/justfile @@ -21,5 +21,6 @@ publish version: git commit -m "chore: v{{version}}" git tag "v{{version}}" git push origin "v{{version}}" + git push cargo publish