Added release ci file

This commit is contained in:
danielsanchezq 2022-11-04 12:51:33 +01:00
parent 3edf9d5d0c
commit 7c831ce113

18
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,18 @@
on:
push:
tags:
- v*.*.*
name: CI
jobs:
release:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}