Skip to content

🚀 Deploy Version #20

🚀 Deploy Version

🚀 Deploy Version #20

Workflow file for this run

# Breaking change was removing the bit timing sections from hal::can::settings,
# now it is just baud_rate.
name: 🚀 Deploy Version
on:
workflow_dispatch:
jobs:
deploy:
if: startsWith(github.ref, 'refs/tags/')
uses: libhal/ci/.github/workflows/deploy.yml@main
with:
compiler: gcc
version: ${{ github.ref_name }}
arch: x86_64
compiler_version: 12.3
compiler_package: ""
os: Linux
secrets: inherit