Skip to content

fix sensors occasionally being in the incorrect mode and sending garb… #30

fix sensors occasionally being in the incorrect mode and sending garb…

fix sensors occasionally being in the incorrect mode and sending garb… #30

Workflow file for this run

name: publish
on:
push:
pull_request:
branches: [ "main" ]
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:
dry-run: ${{ github.event_name != 'push' }}
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true