Skip to content

Commit

Permalink
checkout in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fakefeik committed May 1, 2023
1 parent 92c7516 commit 4f3e526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
needs: test
if: startsWith(github.event.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Download artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 4f3e526

Please sign in to comment.