Skip to content

chores: bump github actions #65

chores: bump github actions

chores: bump github actions #65

Workflow file for this run

on:
push:
branches:
- main
jobs:
publish:
name: Publish on crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}