diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d84a0ae..47a8754 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,11 +70,4 @@ jobs: run: >- aws cloudfront create-invalidation --distribution-id ${{ secrets.DISTRIBUTION }} - --paths "/*" - - strategy: - matrix: - provider_os: - - darwin - - linux - - windows + --paths "/*" \ No newline at end of file