Skip to content

docs: Update README with macOS testing note #12

docs: Update README with macOS testing note

docs: Update README with macOS testing note #12

Workflow file for this run

name: Release
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
version: ${{ github.ref_name }}
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}