Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFuks committed May 7, 2024
1 parent 8c66f8c commit 679761e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
token: ${{ secrets.PERSONAL_TOKEN }}

# # for yarn version check
# - if: github.ref != 'refs/heads/main'
# run: |
# git fetch --unshallow origin main
# for yarn version check
- if: github.ref != 'refs/heads/main'
run: |
git fetch origin main
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 679761e

Please sign in to comment.