Skip to content

Commit

Permalink
patch ci/cd publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Aug 17, 2023
1 parent c0c0df8 commit eb9afd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Checkout main branch
run: git checkout main
- uses: actions/setup-node@v3
Expand Down

0 comments on commit eb9afd8

Please sign in to comment.