From c20a56450b1ead5aabd496734df4f4510c8be044 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 22 Oct 2020 15:06:46 -0300 Subject: [PATCH] Force update tags --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 9f68f7c..4ac9bfb 100755 --- a/publish.sh +++ b/publish.sh @@ -1,6 +1,6 @@ #!/bin/sh -git tag `date +'%Y%m%d'` +git tag -f `date +'%Y%m%d'` zola build cd public