Skip to content

Commit 2c5b381

Browse files
committed
ci: add test-for-release to needs of release job
1 parent fd93262 commit 2c5b381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
path: target/aarch64-unknown-linux-gnu/debian/bloop-box_*_arm64.deb
125125

126126
release:
127-
needs: [build-armhf, build-arm64]
127+
needs: [test-for-release, build-armhf, build-arm64]
128128
name: Semantic Release
129129
runs-on: ubuntu-latest
130130
if: needs.test-for-release.outputs.new_release_published == 'true'

0 commit comments

Comments
 (0)