Skip to content

Release 4.1.0

Release 4.1.0 #41

Workflow file for this run

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