Skip to content

fix(crate): revert split to make crate releasable (#618) #563

fix(crate): revert split to make crate releasable (#618)

fix(crate): revert split to make crate releasable (#618) #563

Workflow file for this run

name: Release Crate
on:
push:
branches:
- main
jobs:
package_and_publish:
name: Package and Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: extractions/setup-just@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: cargo install protoc-gen-prost-crate
- name: generated grpc code
run: just
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
semantic-release-cargo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}