Skip to content

Commit

Permalink
chore: ???
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Aug 5, 2022
1 parent 8d4d38c commit c2c569e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

- name: Install Dependencies using Yarn
run: yarn install --ignore-engines && git checkout yarn.lock
run: yarn install --ignore-engines

- name: Build
run: yarn build

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit c2c569e

Please sign in to comment.