Skip to content

21.5.3

21.5.3 #113

Workflow file for this run

name: Publish
on:
release:
types: [published]
defaults:
run:
shell: bash
jobs:
publish:
uses: stellar/actions/.github/workflows/rust-publish.yml@main
with:
additional-deb-packages: libudev-dev
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}