diff options
author | dundargoc <gocdundar@gmail.com> | 2023-09-09 13:31:47 +0200 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-09-09 14:22:14 +0200 |
commit | 5acd8501177eded74d94ab8f307a18ae0a4d334d (patch) | |
tree | 0c894d54dfc2d79399e026d22a156a1e3290d7ea | |
parent | c422722b2e94b94d7f9374dbae12f17580cd1d41 (diff) | |
download | rneovim-5acd8501177eded74d94ab8f307a18ae0a4d334d.tar.gz rneovim-5acd8501177eded74d94ab8f307a18ae0a4d334d.tar.bz2 rneovim-5acd8501177eded74d94ab8f307a18ae0a4d334d.zip |
ci(release): remove unnecessary full clone
-rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c74f499804..b19019d06d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,6 @@ jobs: version: ${{ steps.build.outputs.version }} steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - run: ./.github/scripts/install_deps.sh - if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly') run: | @@ -62,8 +60,6 @@ jobs: runs-on: macos-11 steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Install dependencies run: ./.github/scripts/install_deps.sh - if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly') @@ -83,8 +79,6 @@ jobs: name: windows (MSVC_64) steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - run: .github/scripts/env.ps1 - name: Build deps run: | |