Skip to content

Commit f37c759

Browse files
authored
fix: release action syntax (#24)
1 parent eeb1a9b commit f37c759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/templates/release-action.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ function releaseAction({ name, org }: ReleaseActionParams) {
5252
5353
build:
5454
needs: draft
55-
runs-on: ${"${{ matrix.settings.os }}"}
55+
runs-on: ${"${{ matrix.settings.host }}"}
5656
strategy:
5757
fail-fast: false
5858
matrix:
5959
settings:
6060
# MacOS Intel
61-
- host: macos-latest
62-
target: x86_64-apple-darwin
61+
# - host: macos-latest
62+
# target: x86_64-apple-darwin
6363
# MacOS Silicon
6464
- host: macos-latest
6565
target: aarch64-apple-darwin

0 commit comments

Comments
 (0)