Skip to content

Commit

Permalink
feat(all): 🎸 增加 js-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Maidang1 authored Sep 25, 2024
1 parent 7cf303d commit 486aa98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
fetch-depth: 2
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/main
- name: Cache rust artifacts
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-plugin-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 2
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/main
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-js-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/main
- name: Update Master
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rust-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 2
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/main
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit 486aa98

Please sign in to comment.