From da1776cca619ff6e02d98aead0451bec31b1d11f Mon Sep 17 00:00:00 2001 From: Oksana Grishchenko Date: Tue, 28 Nov 2023 18:01:21 +0200 Subject: [PATCH] test dirty version --- .github/workflows/release.yml | 1 + .gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 432fa9fb..38bcee8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,5 +78,6 @@ jobs: - name: Build Everest release run: | cd ${GITHUB_WORKSPACE}/backend + git commit -a -m "chore FE" echo "version: $(git describe --always --tags --dirty | cut -b2-)" CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make release diff --git a/.gitignore b/.gitignore index 593cd38f..92697c5a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /.idea/ /bin/ -/public/dist/* *.pem *.out