Skip to content

Commit

Permalink
ci(nightly): add back first checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 26, 2024
1 parent c4ff28f commit 172237b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get tag
uses: project-error/get-tag@v1.3
with:
Expand Down

0 comments on commit 172237b

Please sign in to comment.