Skip to content

fix(code/wal): Fix mismatched height of WAL entries emitted when proc… #11

fix(code/wal): Fix mismatched height of WAL entries emitted when proc…

fix(code/wal): Fix mismatched height of WAL entries emitted when proc… #11

Workflow file for this run

name: Publish
on:
workflow_dispatch:
push:
tags:
- v[0-9]+.*
jobs:
publish:
name: Publish to crates.io
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-workspaces: "code"
- name: Publish crates
uses: step-security/publish-crates@v2
with:
registry-token: ${{ secrets.CRATES_TOKEN }}
path: code