Skip to content

Commit be2d066

Browse files
ci(wasmcloud): build wash for provider releases
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent 35a4cdf commit be2d066

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wasmcloud.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
build-wash-bin:
152152
needs: [meta]
153-
if: ${{ needs.meta.outputs.wasmcloud_modified == 'true' || startsWith(github.ref, 'refs/tags/wash-cli-v') }}
153+
if: ${{ needs.meta.outputs.wasmcloud_modified == 'true' || startsWith(github.ref, 'refs/tags/wash-cli-v') || startswith(github.ref, 'refs/tags/provider-') }}
154154
strategy:
155155
matrix:
156156
config:
@@ -406,7 +406,6 @@ jobs:
406406
- run: docker load < ./wash-aarch64-unknown-linux-musl-oci
407407
- run: docker run --rm wash:$(nix eval --raw .#wash-aarch64-unknown-linux-musl-oci.imageTag) wash --version
408408

409-
410409
test-wash-linux-x86_64:
411410
runs-on: ubuntu-22.04
412411
needs: build-wash-bin

0 commit comments

Comments
 (0)