From 8141d58652572ae2e81482c45e6a272f50e7f30c Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 3 Oct 2022 17:50:48 +0800 Subject: [PATCH] [Release] test CI 2 --- .github/workflows/ci-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 0fa0b3fc..203323f2 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -155,6 +155,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} artifacts: ${{runner.workspace}}/build/vnote-linux-x64.AppImage release: Release v${{env.VNOTE_VER}} - commit: ${{GITHUB_SHA}} + commit: $${github.sha}} tag: v${{env.VNOTE_VER}}