diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b05ddb7..2c61a2b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,10 @@ jobs: strategy: fail-fast: true matrix: - os: [ macos-latest, ubuntu-latest, windows-latest ] + os: + - macos-latest + # - ubuntu-latest + # - windows-latest runs-on: ${{ matrix.os }} @@ -67,3 +70,5 @@ jobs: # CSC_KEY_PASSWORD: '' # Publishing artifacts GH_TOKEN: ${{ secrets.github_token }} # GitHub token, automatically provided (No need to define this secret in the repo settings) + NODE_ENV: production + MODE: production