Skip to content

Commit

Permalink
ci(workflows): hide loader warning when generating release notes
Browse files Browse the repository at this point in the history
- https://nodejs.org/api/esm.html#loaders

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Sep 28, 2022
1 parent e3c5a89 commit 708824f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
- id: release-notes
name: Generate release notes
run: yarn conventional-changelog -o $NOTES_FILE
env:
NODE_NO_WARNINGS: 1
- id: tag
name: Create annotated tag
run: |
Expand Down

0 comments on commit 708824f

Please sign in to comment.