Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofgs committed Dec 21, 2023
1 parent bf7cb30 commit f6c42dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
build:
runs-on: ubuntu-latest

matrix:
package:
- core
- node
strategy:
matrix:
package:
- core
- node

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f6c42dd

Please sign in to comment.