Skip to content

Commit

Permalink
[skip ci] typo: note-file -> notes-file
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Feb 17, 2025
1 parent 7df414c commit 2ba2f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ jobs:
gh release upload nightly-${{ needs.tags.outputs.tag }} CHANGELOG.md
gh release edit nightly-${{ needs.tags.outputs.tag }} \
--prerelease --draft=false \
--note-file CHANGELOG.md
--notes-file CHANGELOG.md
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ jobs:
gh release upload ${{ needs.tags.outputs.tag }} CHANGELOG.md
gh release edit ${{ needs.tags.outputs.tag }} \
--latest --draft=false \
--note-file CHANGELOG.md
--notes-file CHANGELOG.md
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit 2ba2f2e

Please sign in to comment.