Skip to content

Commit

Permalink
ci(projects): update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 10, 2023
1 parent 43be0a9 commit 4848264
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Install Dependencies
run: pnpm i
run: pnpm install --no-frozen-lockfile

- name: PNPM build
run: pnpm run build
Expand All @@ -43,4 +43,4 @@ jobs:
NPM_CONFIG_PROVENANCE: true

- name: Sync Npmmirror
run: npx syncmirror
run: npx syncmirror -s @soybeanjs/cli,create-soybean
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Install Dependencies
run: pnpm i
run: pnpm install --no-frozen-lockfile

- name: PNPM build
run: pnpm run build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Install Dependencies
run: pnpm i
run: pnpm install --no-frozen-lockfile

- name: PNPM build
run: pnpm run build
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 4848264

Please sign in to comment.