Skip to content

Commit d1e2d5f

Browse files
committed
fix release workflow
1 parent 6926dc9 commit d1e2d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
name: Publish GitHub Release
7979
if: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.github == 'true') || github.event_name != 'workflow_dispatch' }}
8080
runs-on: ubuntu-latest
81-
81+
needs:
82+
- build
8283
permissions:
8384
contents: write # IMPORTANT: mandatory for making GitHub Releases
8485
id-token: write # IMPORTANT: mandatory for sigstore

0 commit comments

Comments
 (0)