mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
fix: update artifacts hash on release page (#7231)
Release workflow publish step was missing the depepndency of artifacts jobs. Due to this reason it could not collect the artifact hashes from the artifacts job. This was introduced in the release workflow consolidation Signed-off-by: Chaminda Divitotawela <cdivitotawela@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ad98f6d6ed
commit
529bd336fc
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
|
||||
publish:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [testWindows]
|
||||
needs: [testWindows, artifacts]
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user