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 9bfbb67 commit 17ca5c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
# for yarn version check
- if: github.ref != 'refs/heads/main'
run: |
git fetch --no-tags --depth=1 origin main
git checkout main
git checkout ${{ github.head_ref || github.ref_name }}
git fetch --unshallow origin main
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .yarn/versions/420531ed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- ts-overrides-plugin

0 comments on commit 17ca5c5

Please sign in to comment.