Skip to content

Commit

Permalink
simplified rls pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Nov 2, 2023
1 parent c1a3ece commit 6c5af10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ jobs:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Install child dependencies
run: npm run install-child
- name: Run bootstrap
run: npm run start
- name: Run test
run: npm run test
- name: Build binaries
run: npm run pkg
- name: Publish release
Expand Down

0 comments on commit 6c5af10

Please sign in to comment.