mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
14 lines
221 B
YAML
14 lines
221 B
YAML
name: cargo-rm
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- cargo-rm
|
|
|
|
jobs:
|
|
build:
|
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
|
with:
|
|
crate: cargo-rm
|
|
secrets:
|
|
private_key: ${{secrets.private_key}}
|