Sfoglia il codice sorgente

Merge branch 'master' into Topic_custom_params_are_disabled_upon_editing

David 2 anni fa
parent
commit
2cd4026f12
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/aws_publisher.yaml

+ 1 - 1
.github/workflows/aws_publisher.yaml

@@ -58,7 +58,7 @@ jobs:
 
       # add fresh AMI to AWS Marketplace
       - name: Publish Artifact at Marketplace
-        if: ${{ github.event.inputs.PublishOnMarketplace == true }}
+        if: ${{ github.event.inputs.PublishOnMarketplace == 'true' }}
         env:
           PRODUCT_ID: ${{ secrets.AWS_SERVER_PRODUCT_ID }}
           RELEASE_VERSION: "${{ github.event.inputs.KafkaUIReleaseVersion }}"