From 5590dbeb6f2859414ff6fdf773722b2153b1413c Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Mon, 7 Mar 2022 21:44:11 -0800 Subject: [PATCH] do not checkout the code again --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77b0dd5..0b890e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,9 +45,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Checkout - uses: actions/checkout@v2 - - name: Set up Python 3.9 uses: actions/setup-python@v2 with: