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 359a6b6 commit 8c66f8c
Show file tree
Hide file tree
Showing 7 changed files with 1,094 additions and 1,114 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ 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 --unshallow origin main

- uses: actions/setup-node@v4
with:
Expand Down
53 changes: 21 additions & 32 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 18 additions & 29 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c66f8c

Please sign in to comment.