Skip to content

Commit

Permalink
chore(ci): fix git merge issue
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
schultzp2020 committed Oct 15, 2024
1 parent 91ba24d commit cb0071c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,11 @@ jobs:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'

<<<<<<< HEAD:.github/workflows/push.yaml
=======
- name: Install dependencies
shell: bash
run: |
yarn install --frozen-lockfile
>>>>>>> a39d9f069 (chore(release): switch from msr to changesets (#2362)):.github/workflows/release.yaml
- name: Build all packages
uses: ./.github/actions/build

Expand Down

0 comments on commit cb0071c

Please sign in to comment.