Skip to content

Commit

Permalink
fix(cd): fix prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Oct 5, 2021
1 parent 46819f2 commit e170d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
needs: update-doc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
- uses: actions/checkout@v2
with:
fetch-depth: 100
- name: Pre-release (.devN)
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down

0 comments on commit e170d95

Please sign in to comment.