mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
Add cargo-tally build
This commit is contained in:
parent
ddd85f9eab
commit
1d5ba62c60
1 changed files with 14 additions and 0 deletions
14
.github/workflows/cargo-tally.yml
vendored
Normal file
14
.github/workflows/cargo-tally.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
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}}
|
Loading…
Reference in a new issue