Skip to content

Commit

Permalink
#0: Use fetch-depth: 0 instead of fetch-tags because of actions/check…
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Jan 25, 2024
1 parent 59d6e69 commit 0c14e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
fetch-depth: 0
- name: Get is-release-candidate
id: get-is-release-candidate
run: |
Expand Down

0 comments on commit 0c14e92

Please sign in to comment.