Skip to content

Commit

Permalink
fix(ci): now should pass ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jul 13, 2021
1 parent 1f4f4ed commit 22f7bb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ jobs:
- name: Install
run: yarn --frozen-lockfile
- name: semantic-release Prepare
run: yarn add semantic-release -W

- name: Build
run: yarn build
run: yarn add semantic-release

- name: Release
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:

- name: Test code
run: yarn test

- name: Build
run: yarn build
auto-merge:
needs: lint_test_build
timeout-minutes: 5
Expand Down

0 comments on commit 22f7bb8

Please sign in to comment.