Skip to content

chore: update version to 0.13.2 (#10) #4

chore: update version to 0.13.2 (#10)

chore: update version to 0.13.2 (#10) #4

Workflow file for this run

name: Cargo Publish
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish