2021-10-08 04:53:00 +02:00
|
|
|
name: cargo-expand
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
tags:
|
|
|
|
- cargo-expand
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2021-10-08 06:40:08 +02:00
|
|
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
|
|
|
with:
|
|
|
|
crate: cargo-expand
|
2021-10-08 06:48:21 +02:00
|
|
|
private_key: ${{secrets.private_key}}
|