Skip to content

chore(release): version 0.9.5 → 0.10.0 #20

chore(release): version 0.9.5 → 0.10.0

chore(release): version 0.9.5 → 0.10.0 #20

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@v4
- 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