Skip to content

Commit

Permalink
ci(publish/release): fetch all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Oct 19, 2023
1 parent bc59196 commit 6daea8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: 'true'
- uses: actions/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: 'true'
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 6daea8a

Please sign in to comment.