Skip to content

Merge pull request #385 from nervosnetwork/impl-clippy-review #6

Merge pull request #385 from nervosnetwork/impl-clippy-review

Merge pull request #385 from nervosnetwork/impl-clippy-review #6

Workflow file for this run

name: Release
on:
release:
types: [created]
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest

Check failure on line 12 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
include:
- rust: stable
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install libssl-dev pkg-config libclang-dev -y
- name: Publish
run: |
cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
cd multiaddr && cargo publish --dry-run
cd secio && cargo publish --dry-run
cd yamux && cargo publish --dry-run
cd tentacle && cargo publish --dry-run