-
Notifications
You must be signed in to change notification settings - Fork 3
files github workflows release yml 16911b98
ventaphobia edited this page Apr 23, 2026
·
1 revision
- Area: GitHub automation.
- This page records the file's current repository role, source metadata, and recent commit history.
- Review nearby tests and commit pages before changing this file.
| Field | Value |
|---|---|
| Source path | .github/workflows/release.yml |
| Wiki area | GitHub automation |
| Exists in current checkout | True |
| Size | 8469 bytes |
| Binary | False |
| Line count | 190 |
| Extension | .yml |
None detected.
| Kind | Name | Line |
|---|---|---|
| None detected |
| Commit | Date | Subject |
|---|---|---|
7024fe1 |
2026-04-22 | Fix release metadata plist lookup |
171c3c6 |
2026-04-22 | Install archive provisioning profile for release CI |
04afad0 |
2026-04-22 | Fix release notarization credential fallback |
c6a29d4 |
2026-04-18 | Fix release workflow for lightweight tags |
69cc386 |
2026-04-18 | Add DMG release packaging |
3fe35bf |
2026-04-18 | Add DMG release packaging |
675fabf |
2026-04-17 | Ship 14.0.5 helper recovery release |
5b26198 |
2026-04-17 | Align release asset and add Homebrew guide |
7afc598 |
2026-04-15 | Automate releases and sharpen product positioning |
- Prefer focused changes that respect the ownership described above.
- If this file touches helper trust, SMC writes, startup, or permissions, update the relevant support docs and tests.
- If this file is generated or an asset manifest, verify the producing workflow instead of hand-editing generated payloads.
name: Release
on:
workflow_dispatch:
inputs:
tag:
description: Existing git tag to release, for example v14.0.0
required: true
create_release:
description: Create or update the GitHub Release after notarization
required: false
default: "true"
push:
tags:
- "v*"
permissions:
contents: write
jobs:
notarized-release:
name: Build, Notarize, and Publish
runs-on: macos-14
timeout-minutes: 60
env:
RELEASE_TAG: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.ref_name }}
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.ref }}
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Verify release tag exists
- Home
- Start Here
- Product Overview
- Runtime Architecture
- Monitoring Pipeline
- Fan Control
- Privileged Helper
- Touch Bar
- Release Automation
- Security Model
- File Index (279)
- Every Commit (401)
- Chronological Change Log
- Removed Parts
- All Deleted Paths
- Branches And Tags
- Wiki Manifest
- Start Here
- Product Overview
- Source Map
- Runtime Architecture
- App Startup And Lifecycle
- Dashboard Architecture
- Menu Bar Architecture
- Monitoring Pipeline
- Snapshot Trends And Freshness
- CPU GPU Memory Disk Network
- Battery Power And Thermals
- SMC And Apple Silicon
- Fan Control
- Custom Fan Curves
- Privileged Helper
- XPC Trust Boundary
- Helper Diagnostics
- Touch Bar Architecture
- Touch Bar Customization
- Weather And Location
- Privacy And Permissions
- Onboarding And Help
- Legacy Alerts
- Kernel Panic Weird Mode