Skip to content

chore(release): version 0.9.1 → 0.9.2 #16

chore(release): version 0.9.1 → 0.9.2

chore(release): version 0.9.1 → 0.9.2 #16

Workflow file for this run

name: Continuous Deployment
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
publish-cargo:
name: Publishing to Cargo
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- uses: actions-rs/cargo@v1
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
command: publish