Skip to content

Commit

Permalink
ci(fix): move checkout before semantic-release --noop
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo4diani committed Aug 13, 2023
1 parent ebb4752 commit e8a4d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest
concurrency: release
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Check release status
id: release-status
shell: bash
Expand All @@ -26,10 +30,6 @@ jobs:
else
echo "Should not release."
fi
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/github-script@v6
id: dispatch-tests
Expand Down

0 comments on commit e8a4d31

Please sign in to comment.