ci: prepare for v0.1.0 release
- Add Claudia logo to release body - Add first release announcement and feature highlights - Clean up test branch references in build workflows - Update release body formatting for better presentation - Fix reusable workflow errors by adding workflow_call triggers to build workflows
This commit is contained in:
18
.github/workflows/build-macos.yml
vendored
18
.github/workflows/build-macos.yml
vendored
@@ -1,6 +1,22 @@
|
||||
name: Build macOS
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
APPLE_CERTIFICATE:
|
||||
required: true
|
||||
APPLE_CERTIFICATE_PASSWORD:
|
||||
required: true
|
||||
KEYCHAIN_PASSWORD:
|
||||
required: true
|
||||
APPLE_SIGNING_IDENTITY:
|
||||
required: true
|
||||
APPLE_ID:
|
||||
required: true
|
||||
APPLE_TEAM_ID:
|
||||
required: true
|
||||
APPLE_PASSWORD:
|
||||
required: true
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
skip_build:
|
||||
@@ -13,7 +29,7 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
push:
|
||||
branches: [main, test-linux-workflow]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Reference in New Issue
Block a user