From b2ac31ce17aae73111d8b370fb5a9378fa0ae98b Mon Sep 17 00:00:00 2001 From: Viktor Danov Date: Tue, 20 Jul 2021 22:56:42 +0300 Subject: [PATCH] fix ci --- .github/workflows/github-actions.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yaml b/.github/workflows/github-actions.yaml index bbceabc..451024a 100644 --- a/.github/workflows/github-actions.yaml +++ b/.github/workflows/github-actions.yaml @@ -23,5 +23,6 @@ jobs: with: artifacts: "abacus,abacus.exe" commit: main - tag: abacus ${{ env.VERSION_TAG }} + tag: ${{ env.VERSION_TAG }} + name: abacus ${{ env.VERSION_TAG }} token: ${{ secrets.GITHUB_TOKEN }}