Skip to content

Adds main actor annotations where needed #25

Adds main actor annotations where needed

Adds main actor annotations where needed #25

Workflow file for this run

name: Release
on:
push:
branches: ["main", "release*"]
pull_request:
jobs:
create_release:
name: Create Release
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.0
- uses: actions/checkout@v2
- name: Create XCFramework
uses: unsignedapps/[email protected]
- name: Create release
uses: ncipollo/release-action@v1
with:
artifact: '*.sha256, *.zip'
allowUpdates: true
draft: true
generateReleaseNotes: true
token: ${{ secrets.GITHUB_TOKEN }}