Skip to content

Commit

Permalink
fix: set fetch depth to 0 when checking out refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Feb 8, 2024
1 parent 6f91623 commit a43b2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ inputs.version }}

- name: Configure AWS Credentials
Expand Down

0 comments on commit a43b2fe

Please sign in to comment.