Skip to content

Commit

Permalink
Fix validate changelog step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 15, 2022
1 parent 8ed4d6e commit c296e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- run: yarn lint # "Testing" (i.e. config validation) is also done here
- name: Validate RC changelog
if: ${{ startsWith(github.ref, 'release/') }}
run: yarn workspaces run auto-changelog validate --rc
run: yarn workspaces foreach --exclude root run auto-changelog validate --rc
- name: Validate changelog
if: ${{ !startsWith(github.ref, 'release/') }}
run: yarn workspaces run auto-changelog validate
run: yarn workspaces foreach --exclude root run auto-changelog validate
- name: Require clean working directory
shell: bash
run: |
Expand Down

0 comments on commit c296e8f

Please sign in to comment.