Skip to content

Commit

Permalink
ci: add test-for-release to needs of release job
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Dec 10, 2023
1 parent fd93262 commit 2c5b381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
path: target/aarch64-unknown-linux-gnu/debian/bloop-box_*_arm64.deb

release:
needs: [build-armhf, build-arm64]
needs: [test-for-release, build-armhf, build-arm64]
name: Semantic Release
runs-on: ubuntu-latest
if: needs.test-for-release.outputs.new_release_published == 'true'
Expand Down

0 comments on commit 2c5b381

Please sign in to comment.