Skip to content

fix: add MI_NO_OPT_ARCH OFF when no_opt_arch is on (#22) #5

fix: add MI_NO_OPT_ARCH OFF when no_opt_arch is on (#22)

fix: add MI_NO_OPT_ARCH OFF when no_opt_arch is on (#22) #5

Workflow file for this run

name: Release Plz
permissions: {}
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-plz:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Run release-plz
id: release-plz
uses: release-plz/action@dde7b63054529c440305a924e5849c68318bcc9a # v0.5.107
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}