Skip to content

build: patches: Add move_mav_cmd_fixed_mag_cal_yaw_to_common #21

build: patches: Add move_mav_cmd_fixed_mag_cal_yaw_to_common

build: patches: Add move_mav_cmd_fixed_mag_cal_yaw_to_common #21

Workflow file for this run

name: Deploy
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/[email protected]
with:
toolchain: stable
override: true
- name: Build
run: cargo build
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO }}
args: "--allow-dirty"