Skip to content

Commit

Permalink
Fetch history when cloning, otherwise git commands such as `rev-parse…
Browse files Browse the repository at this point in the history
…` could fail. (smithy-lang#2314)
  • Loading branch information
LukeMathWalker committed Feb 6, 2023
1 parent a389ea2 commit 7fdb5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -87,6 +87,7 @@ jobs:
with:
ref: ${{ inputs.commit_sha }}
token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }}
fetch-depth: 0
- name: Get or create release branch
id: branch-push
shell: bash
Expand Down

0 comments on commit 7fdb5c9

Please sign in to comment.