We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6845b commit 404e887Copy full SHA for 404e887
.github/workflows/manual-test-release.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
node-version: 18.x
27
28
- - if: matrix.settings.host == 'macos-14'
+ - if: runner.os == 'macOS'
29
run: brew install python-setuptools
30
- run: yarn
31
- run: yarn run build
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
32
33
34
0 commit comments