Skip to content

Commit

Permalink
Revert "ci: Fetch all to get history for changelog updates"
Browse files Browse the repository at this point in the history
This reverts commit 8bc7cf3.
  • Loading branch information
gmpinder committed Jan 24, 2024
1 parent c3003e2 commit 9faf35e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
release:
release-pr:
runs-on: ubuntu-latest
permissions:
id-token: write
Expand All @@ -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 [email protected]
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 9faf35e

Please sign in to comment.