Skip to content

build: update version to 0.2.0 #3

build: update version to 0.2.0

build: update version to 0.2.0 #3

Workflow file for this run

name: publish
on:
push:
tags:
- v*
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish crate
run: cargo publish --token ${{ secrets.CRATES_TOKEN }}