From 8dd72aad264993da874202ae38b8ff5d3c3c2e6a Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Wed, 5 Jun 2024 17:13:50 +0100 Subject: [PATCH] Add release action to Justfile --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index d3a5900..d83f44f 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,7 @@ +release name: + git tag {{name}} + git push origin --tags + upload: scp main.pdf cosmos:infrastructure/caddy/files/cv.pdf