From 93dfea73139dac87e08de62b4cd88fd37df408c4 Mon Sep 17 00:00:00 2001 From: Yoel Navas E <35275827+yn4v4s@users.noreply.github.com> Date: Fri, 11 Feb 2022 09:09:09 -0500 Subject: [PATCH] ci(release): remove "Checkout code" step from "create-github-release" job In this step, it's unnecessary to check out the source since you aren't doing anything with it. At this point you only need github.ref --- .github/workflows/create-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index bb5e155..b3cf220 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -28,8 +28,6 @@ jobs: runs-on: ubuntu-latest needs: publish steps: - - name: Checkout code - uses: actions/checkout@v2 - name: Create Release Notes uses: actions/github-script@v4.0.2 with: