Skip to content

build: update version to 0.2.2 #5

build: update version to 0.2.2

build: update version to 0.2.2 #5

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 }}