Skip to content

chore: replace CI release workflow with cargo-dist #2

chore: replace CI release workflow with cargo-dist

chore: replace CI release workflow with cargo-dist #2

Workflow file for this run

name: cargo-publish
on:
workflow_call:
inputs:
plan:
required: true
type: string
jobs:
cargo-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 15 in .github/workflows/cargo-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cargo-publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: cargo publish
run: cargo publish --no-verify
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }