Skip to content

chore: Release 0.12.0 (#99) #57

chore: Release 0.12.0 (#99)

chore: Release 0.12.0 (#99) #57

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release-please:
name: Create Release
outputs:
release-pr: ${{ steps.release.outputs.pr }}
tag-name: ${{ steps.release.outputs.tag_name }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Run release-please
id: release
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.NOIR_RELEASES_TOKEN }}