3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/cargo-expand.yml
2021-10-08 00:48:21 -04:00

13 lines
220 B
YAML

name: cargo-expand
on:
push:
tags:
- cargo-expand
jobs:
build:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: cargo-expand
private_key: ${{secrets.private_key}}