Skip to content

Commit

Permalink
modify actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Aug 13, 2024
1 parent 5d20f6d commit 77db689
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
distribution: temurin
java-version: 21
- name: Download zip
uses: actions/download-artifact@v3
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
with:
pattern: op-besu-*.zip
merge-multiple: true
Expand Down Expand Up @@ -290,17 +290,16 @@ jobs:
- name: ⏬Download all the build artifacts
uses: actions/download-artifact@v3
with:
pattern: op-besu-*.zip
path: distributions
- run: ls distributions
- name: ✨Github Release (version = ${{ github.event.release.name }})
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body: |
${{ steps.github_release.outputs.changelog }}
`docker pull ${{env.registry}}/${{github.repository}}:${{github.event.release.name}}`
files: |
distributions/op-besu*
${{ github.workspace }}/distributions/**
generate_release_notes: true
fail_on_unmatched_files: true
env:
Expand Down

0 comments on commit 77db689

Please sign in to comment.