Skip to content

Commit

Permalink
Fix fetch-depth in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Aug 29, 2023
1 parent cf062ec commit 5dbd71b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_on_tag_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Fetch tags
id: fetch_latest_tag
run: |
Expand Down

0 comments on commit 5dbd71b

Please sign in to comment.