From 64d8909f55680bba3b303f2984bce5ac61e4ab24 Mon Sep 17 00:00:00 2001 From: Reza Behzadan Date: Sat, 24 Feb 2024 06:01:02 +0330 Subject: [PATCH] Try to fix "make release" --- Makefile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 44c267f..6dc817a 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,8 @@ release: fi @echo "Set GITEA_TOKEN variable and run goreleaser" - @$(eval GITEA_TOKEN=$(shell pass www/behzadan.ir/git/reza/tokens/dt06-goreleaser)) - @goreleaser release + @export GITEA_TOKEN=$(shell pass www/behzadan.ir/git/reza/tokens/dt06-goreleaser) \ + goreleaser release .PHONY: run diff --git a/VERSION b/VERSION index 1892b92..31e5c84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.2 +1.3.3