Skip to content

Commit

Permalink
fix: update artifacts hash on release page (#7231)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cdivitotawela authored Jun 14, 2024
1 parent ad98f6d commit 529bd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
publish:
runs-on: ubuntu-22.04
needs: [testWindows]
needs: [testWindows, artifacts]
permissions:
contents: write
steps:
Expand Down

0 comments on commit 529bd33

Please sign in to comment.