Skip to content

Commit

Permalink
chore(workflow): temporarily manually upgrade Rsbuild (#4899)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Nov 2, 2023
1 parent 0aa081c commit 29f90df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ jobs:
- name: Install Dependencies && Build
run: pnpm install

- name: Update Rsbuild Nightly Version
run: RSBUILD_VERSION=nightly pnpm run update-rsbuild
# Temporarily manually upgrade Rsbuild

- name: Install Dependencies && Build
run: pnpm install --no-frozen-lockfile
# - name: Update Rsbuild Nightly Version
# run: RSBUILD_VERSION=nightly pnpm run update-rsbuild

# - name: Install Dependencies && Build
# run: pnpm install --no-frozen-lockfile

- name: Release
uses: web-infra-dev/actions@v2
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@ jobs:
- name: Install Dependencies && Build
run: pnpm install

- name: Update Rsbuild Nightly Version
run: pnpm run update-rsbuild
# Temporarily manually upgrade Rsbuild

- name: Install Dependencies && Build
run: pnpm install --no-frozen-lockfile
# - name: Update Rsbuild Nightly Version
# run: pnpm run update-rsbuild

# - name: Install Dependencies && Build
# run: pnpm install --no-frozen-lockfile

- name: Release
uses: web-infra-dev/actions@v2
Expand Down

0 comments on commit 29f90df

Please sign in to comment.