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}}