Skip to content

Commit

Permalink
ci(fix): checkout before checking if should dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo4diani committed Aug 13, 2023
1 parent 1578b18 commit ebb4752
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
echo "Should not release."
fi
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/github-script@v6
id: dispatch-tests
if: steps.release-status.outputs.released == 'true'
Expand Down

0 comments on commit ebb4752

Please sign in to comment.