Skip to content

Commit

Permalink
fix changesets not working
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettp123 authored Mar 20, 2024
1 parent 1f951ac commit f8f2143
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Version command
id: version
run: |
npm install --no-package-lock --no-save @changesets/cli
echo ::set-output name=changes::$(npx changeset version 2>&1 | grep -q 'No unreleased changesets found' && echo 'false' || echo 'true')
echo ::set-output name=changes::$(npx @changesets/cli version 2>&1 | grep -q 'No unreleased changesets found' && echo 'false' || echo 'true')
- name: Push changes
if: steps.version.outputs.changes == 'true'
Expand Down

0 comments on commit f8f2143

Please # to comment.