We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd93262 commit 2c5b381Copy full SHA for 2c5b381
.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
124
path: target/aarch64-unknown-linux-gnu/debian/bloop-box_*_arm64.deb
125
126
release:
127
- needs: [build-armhf, build-arm64]
+ needs: [test-for-release, build-armhf, build-arm64]
128
name: Semantic Release
129
runs-on: ubuntu-latest
130
if: needs.test-for-release.outputs.new_release_published == 'true'
0 commit comments