Skip to content

Feat/ci update

Feat/ci update #1

Workflow file for this run

name: Publishing packages on crates.io
on:
pull_request:
workflow_dispatch:
inputs:
name:
description: 'Manually triggered'
jobs:
publish:
name: Publish ledger_device_sdk
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:
args: -p ledger_device_sdk --no-verify
dry-run: true