Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Don't checkout on publish
  • Loading branch information
Garey27 authored Dec 7, 2024
1 parent df7c1a7 commit 78af5e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78af5e8

Please sign in to comment.