CD: deploy to crates.io
Some checks failed
publish crate / publish (push) Failing after 22s

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-10-29 22:59:15 +01:00
parent 68f834a2cc
commit b298a7a16a

View file

@ -0,0 +1,19 @@
name: publish crate
on:
push:
branches:
- cicd
tags:
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}