Skip to content

Commit

Permalink
fix: release action syntax (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina authored Oct 3, 2024
1 parent eeb1a9b commit f37c759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/templates/release-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ function releaseAction({ name, org }: ReleaseActionParams) {
build:
needs: draft
runs-on: ${"${{ matrix.settings.os }}"}
runs-on: ${"${{ matrix.settings.host }}"}
strategy:
fail-fast: false
matrix:
settings:
# MacOS Intel
- host: macos-latest
target: x86_64-apple-darwin
# - host: macos-latest
# target: x86_64-apple-darwin
# MacOS Silicon
- host: macos-latest
target: aarch64-apple-darwin
Expand Down

0 comments on commit f37c759

Please sign in to comment.