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-tally.yml
2021-10-09 01:04:13 +01:00

14 lines
230 B
YAML

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