Skip to content

chore(code): Lower some warnings to debug or info (#1230) #12

chore(code): Lower some warnings to debug or info (#1230)

chore(code): Lower some warnings to debug or info (#1230) #12

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