Skip to content

Commit

Permalink
💚 Do not fetch all git history when creating release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Borie, Niels committed Sep 23, 2022
1 parent 3158385 commit d57205e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create_release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create release branch
run: git checkout -b release/v${{ github.event.inputs.releaseVersion }}
- name: Initialize mandatory git config
Expand Down

0 comments on commit d57205e

Please sign in to comment.