Skip to content

chore: bump to 0.6.5 #2

chore: bump to 0.6.5

chore: bump to 0.6.5 #2

Workflow file for this run

name: Release
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest

Check failure on line 14 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 14
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
cd secio && cargo publish
cd yamux && cargo publish
cd tentacle && cargo publish