Skip to content

Commit

Permalink
ci: checkout before building lite version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed May 14, 2024
1 parent d508801 commit 78881da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
build-lite-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Build lite version
run: |
# update package.json name to @oclif/plugin-plugins-lite
Expand Down

0 comments on commit 78881da

Please sign in to comment.