Skip to content

Commit

Permalink
try with production
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Sep 2, 2024
1 parent e7d1f00 commit 1a3f7de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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

0 comments on commit 1a3f7de

Please sign in to comment.