Skip to content

Commit

Permalink
REVERT THIS: print changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Aug 31, 2023
1 parent 928cff8 commit 8c22912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: find changes
run: lerna changed --ignore-changes '**/*.md' '**/test/*' '**/__snapshots__/*' '**/*.test.{ts,tsx,js,jsx}'
- name: Ensure that "lerna version" has been run
run: |
changed=$(yarn run --silent changed)
Expand Down

0 comments on commit 8c22912

Please sign in to comment.