From af85734be068e420628391f275259d38191d8704 Mon Sep 17 00:00:00 2001 From: Robin <1105080+openscript@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:53:41 +0000 Subject: [PATCH] Remove checkout check --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26f8311..3043c69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - if: ${{ steps.release.outputs.release_created }} - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 # Not needed with a .ruby-version file