Skip to content

Commit

Permalink
Set fetch-depth 0 in worfklow to close #482
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbenito committed Mar 26, 2024
1 parent f3abb6c commit 3695fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
- name: Checking out last commit for tag ${{ inputs.tag_name }}
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/checkout@v4
with:
ref: ${{ inputs.tag_name }}
lfs: true
fetch-depth: 0
- name: Fail if running locally
if: ${{ env.ACT }} # skip during local actions testing
run: |
Expand Down

0 comments on commit 3695fdd

Please sign in to comment.