From 1d5ba62c6081419412b006eafad86915c07e62d2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 Oct 2021 01:04:13 +0100 Subject: [PATCH] Add cargo-tally build --- .github/workflows/cargo-tally.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/cargo-tally.yml diff --git a/.github/workflows/cargo-tally.yml b/.github/workflows/cargo-tally.yml new file mode 100644 index 0000000..eff5c3a --- /dev/null +++ b/.github/workflows/cargo-tally.yml @@ -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}}