Skip to content

fix(core): Allow waking the same message between waits #114

fix(core): Allow waking the same message between waits

fix(core): Allow waking the same message between waits #114

Workflow file for this run

name: Crates IO
on:
workflow_dispatch:
env:
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
RUST_BACKTRACE: short
TERM: xterm-256color
jobs:
publish:
runs-on: ubuntu-latest
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
steps:
- name: "ACTIONS: Checkout"
uses: actions/checkout@v4
- name: "Install: Rust toolchain"
uses: dsherret/rust-toolchain-file@v1
- name: "Publish packages"
run: cargo run --release -p crates-io-manager