Skip to content

Release 3.4.0

Release 3.4.0 #34

Workflow file for this run

name: Release
on:
push:
tags:
- v1.*
- v2.*
- v3.*
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./install_protoc.sh
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}