Skip to content

Commit

Permalink
fix: delete GPT Commit Summarizer workflow and update release to remo…
Browse files Browse the repository at this point in the history
…ve the `--force` form yarn
  • Loading branch information
garrylachman committed May 26, 2023
1 parent 5e04a84 commit b98bb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/gpt-commit-summarizer.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
corepack yarn config set enableImmutableInstalls false

- name: Install dependencies
run: corepack yarn install --force
run: corepack yarn install

- name: Building Packages
run: corepack yarn build
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
corepack yarn config set enableImmutableInstalls false

- name: Install dependencies
run: corepack yarn install --force
run: corepack yarn install

- name: Normalize Assets
env:
Expand Down

0 comments on commit b98bb1b

Please sign in to comment.