Skip to content

Commit

Permalink
chore(ci): use silent option for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Feb 26, 2024
1 parent f725ee0 commit bb5e8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn add extract-changelog-release
- name: Generate Release Body
run: yarn extract-changelog-release > RELEASE_BODY.md
run: yarn --silent extract-changelog-release > RELEASE_BODY.md
- uses: ncipollo/release-action@v1
with:
bodyFile: 'RELEASE_BODY.md'
Expand Down

0 comments on commit bb5e8fa

Please sign in to comment.