Skip to content

fix bench

fix bench #7

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
name: publish-src
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: publish to carate.io
run: |
cargo publish --no-verify --dry-run
cargo publish --no-verify --token ${{ secrets.CRATEIO_TOKEN }} || true