We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f147c6 commit abacb39Copy full SHA for abacb39
.github/workflows/build-test-package-publish.yml
@@ -280,7 +280,7 @@ jobs:
280
- name: get release notes
281
id: get_release_notes
282
run: |
283
- REL_NOTES="$(poetry run npm run extract-release-notes)"
+ REL_NOTES="$(poetry run npm run --silent extract-release-notes)"
284
echo $REL_NOTES
285
echo "::set-output name=release_notes::$REL_NOTES"
286
0 commit comments