Skip to content

Commit

Permalink
update names
Browse files Browse the repository at this point in the history
  • Loading branch information
JDMathew committed Sep 7, 2024
1 parent 399cd81 commit 2b3e121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Run example bare app
- name: Install dependencies
uses: ./.github/actions/setup

- name: Run example bare app
run: yarn install && yarn run example:bare
run: yarn run example:bare

- name: Build library
- name: Build packages
run: yarn run build

- name: PR or Publish
Expand Down

0 comments on commit 2b3e121

Please sign in to comment.