2022-11-22 15:53:06 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
tags:
|
|
|
|
- v*.*.*
|
|
|
|
|
2022-12-19 10:11:16 +00:00
|
|
|
name: Release
|
2022-11-22 15:53:06 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
release:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
|
with:
|
|
|
|
toolchain: stable
|
|
|
|
override: true
|
|
|
|
- uses: katyo/publish-crates@v1
|
|
|
|
with:
|
2022-12-19 10:11:16 +00:00
|
|
|
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|