Skip to content

Commit

Permalink
refactor: remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Mar 30, 2024
1 parent 8b782cf commit c2df0e9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,9 @@ jobs:
path: |
bin/
update-release-notes:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- id: extract-release-notes
uses: ffurrer2/extract-release-notes@v2

- uses: softprops/action-gh-release@v1
with:
body: |
${{ steps.extract-release-notes.outputs.release_notes }}
upload-to-release:
needs:
- build
- update-release-notes
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2df0e9

Please sign in to comment.