mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 22:13:07 +00:00
18 lines
328 B
YAML
18 lines
328 B
YAML
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 }} |