diff --git a/sample-workflows/release-solution-to-prod-with-inputs.yml b/sample-workflows/release-solution-to-prod-with-inputs.yml index 48cfbf8..e62dea3 100644 --- a/sample-workflows/release-solution-to-prod-with-inputs.yml +++ b/sample-workflows/release-solution-to-prod-with-inputs.yml @@ -76,6 +76,7 @@ jobs: client-secret: ${{ secrets.envSecret }} tenant-id: ${{inputs.TENANT_ID}} solution-file: ${{ inputs.solution_outbound_folder}}/${{ inputs.solution_name }}.zip + run-asynchronously: true force-overwrite: true publish-changes: true @@ -119,6 +120,7 @@ jobs: app-id: ${{inputs.CLIENT_ID}} client-secret: ${{ secrets.envSecret }} tenant-id: ${{inputs.TENANT_ID}} - solution-file: ${{ inputs.solution_release_folder}}/${{ inputs.solution_name }}_managed.zip + solution-file: ${{ inputs.solution_release_folder}}/${{ inputs.solution_name }}.zip + run-asynchronously: true force-overwrite: true publish-changes: true