From 78af5e8685fde9ec56c583f81f30edd681adb3eb Mon Sep 17 00:00:00 2001 From: Garey Date: Sun, 8 Dec 2024 01:22:22 +0500 Subject: [PATCH] Update cmake.yml Don't checkout on publish --- .github/workflows/cmake.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index deefa8e..2b24169 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -81,9 +81,7 @@ jobs: runs-on: ubuntu-latest needs: [build_windows, build_linux] if: startsWith(github.ref, 'refs/tags/') - steps: - - name: Checkout - uses: actions/checkout@v4 + steps: - name: Set env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Deploying linux artifacts