Skip to content

Fix index error

Fix index error #112

Workflow file for this run

name: Deploy
on:
push:
tags: [ v* ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: |
cargo login ${{ secrets.CRATE_IO }}
cargo publish