Skip to content

chore(ci): add path to project manifest file #13

chore(ci): add path to project manifest file

chore(ci): add path to project manifest file #13

Workflow file for this run

name: Release-plz
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- release/rocsys-rust
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: check dir
run: ls -al
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
with:
registry: rocsys-rust
project_manifest: ../../embassy-executor/Cargo.toml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRIES_ROCSYS_RUST_TOKEN: ${{ secrets.CLOUDSMITH_CI_API_KEY }}