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>
pull/7234/head
Chaminda Divitotawela 5 months ago committed by GitHub
parent ad98f6d6ed
commit 529bd336fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml

@ -79,7 +79,7 @@ jobs:
publish:
runs-on: ubuntu-22.04
needs: [testWindows]
needs: [testWindows, artifacts]
permissions:
contents: write
steps:

Loading…
Cancel
Save