Skip to content

Commit abacb39

Browse files
committed
try correct workflow to be create the correct release notes
1 parent 9f147c6 commit abacb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
- name: get release notes
281281
id: get_release_notes
282282
run: |
283-
REL_NOTES="$(poetry run npm run extract-release-notes)"
283+
REL_NOTES="$(poetry run npm run --silent extract-release-notes)"
284284
echo $REL_NOTES
285285
echo "::set-output name=release_notes::$REL_NOTES"
286286

0 commit comments

Comments
 (0)