Skip to content

Commit

Permalink
ci: release headless only with ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Jan 15, 2024
1 parent 394b5ff commit 507c55d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish-release-headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ on:

jobs:
release:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]

runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
Expand All @@ -26,7 +21,6 @@ jobs:
npm install
npm run build
- name: Create headless release artifact
if: matrix.os == 'ubuntu-latest'
id: create_headless_release
run: |
npm run build:headless
Expand Down

0 comments on commit 507c55d

Please sign in to comment.