From 9faf35e8a983f3dff1d99cacf2894edf948a0b85 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 24 Jan 2024 18:08:02 -0500 Subject: [PATCH] Revert "ci: Fetch all to get history for changelog updates" This reverts commit 8bc7cf3a0a7cf4d3995bdcb60071aa2912801ae5. --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 025784a..7297c24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ env: CARGO_TERM_COLOR: always jobs: - release: + release-pr: runs-on: ubuntu-latest permissions: id-token: write @@ -16,12 +16,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Git setup - run: | - git config user.name github-actions - git config user.email github-actions@github.com - uses: actions/cache@v4 with: path: |