Skip to content

Commit

Permalink
Remove the notes from the release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Aug 1, 2024
1 parent 528ade3 commit 79cfe67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
permissions:
contents: write
steps:
- name: "Checkout repository"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0

- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7

- name: Create a GitHub release
Expand All @@ -76,7 +81,7 @@ jobs:
dist/* \
--repo "${{ github.repository }}" \
--title "${{ github.ref_name }}" \
--notes-file CHANGELOG.md \
--notes-from-tag \
--draft \
--verify-tag \
--generate-notes
Expand Down

0 comments on commit 79cfe67

Please sign in to comment.