Skip to content

fix: stop forwarding host RUSTFLAGS into RISC-V cross-compilation #11

fix: stop forwarding host RUSTFLAGS into RISC-V cross-compilation

fix: stop forwarding host RUSTFLAGS into RISC-V cross-compilation #11

Workflow file for this run

name: Release
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable as of 2026-01-19
with:
toolchain: stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@5ab144c9d67d4346240190d0f95ed08668677928
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_PUBLISH }}