Skip to content

Commit

Permalink
fix publish conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Oct 8, 2024
1 parent 8d3843a commit 96b99b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ tasks:
actions:
- task: actions:determine-arch
- task: publish:build-package
- task: setup:k3d-test-cluster
if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }}
- task: create-deploy-test-bundle
if: ${{ and (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }}
if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }}
- task: publish:publish-package
- task: publish:publish-plugin-package

0 comments on commit 96b99b3

Please sign in to comment.