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