Skip to content

Commit

Permalink
fix release log
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Aug 13, 2024
1 parent 21aca3b commit 2993a39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,16 +303,16 @@ jobs:
- name: ⏬Download all the build artifacts
uses: actions/download-artifact@v3
with:
pattern: op-besu-*
merge-multiple: true
path: 'build/distributions'
path: distributions

- name: ✨Github Release (version = ${{ github.event.release.name }})
uses: softprops/action-gh-release@v1
with:
body: ${{ steps.github_release.outputs.changelog }}
body: |
${{ steps.github_release.outputs.changelog }}
`docker pull ${{env.registry}}/${{github.repository}}:${{github.event.release.name}}`
files: |
build/distributions/**
distributions/**
generate_release_notes: true
fail_on_unmatched_files: true
env:
Expand Down

0 comments on commit 2993a39

Please sign in to comment.