diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index d9276f722..09f47894b 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -51,9 +51,12 @@ jobs: working-directory: ${{ matrix.package.path }} run: | echo "# Yarn Audit Results" | tee -a ${{runner.workspace }}/notes.md + echo "\n
" >> ${{runner.workspace }}/notes.md + echo "click to view\n" >> ${{runner.workspace }}/notes.md echo "\`\`\`" >> ${{runner.workspace }}/notes.md yarn audit 2>&1 | tee -a ${{runner.workspace }}/notes.md echo "\`\`\`" >> ${{runner.workspace }}/notes.md + echo "
\n" >> ${{runner.workspace }}/notes.md - name: Publish ${{ matrix.package.name }} if: env.PACKAGE_VERSION != env.PUBLISHED_VERSION working-directory: ${{ matrix.package.path }}