mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-02-03 10:23:47 +00:00
b26eb9b22e
* ci: codecov and badges * Add missing waku tests to codecov * Reverted binary copies; running ignored tests for coverage
19 lines
334 B
YAML
19 lines
334 B
YAML
on:
|
|
push:
|
|
tags:
|
|
- v*.*.*
|
|
|
|
name: Release
|
|
|
|
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 }}
|