Skip to content

Remove xcframework build #28

Remove xcframework build

Remove xcframework build #28

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
create_release:
name: Create Release
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.0
- uses: actions/checkout@v2
- name: Create release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
draft: true
generateReleaseNotes: true
token: ${{ secrets.GITHUB_TOKEN }}