mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Fix typo (#691)
This commit is contained in:
parent
1b0e9292ae
commit
ede976d650
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
is-release: ${{ steps.meta.outputs.is-release }}
|
is-release: ${{ steps.meta.outputs.is-release }}
|
||||||
crate: ${{ steps.meta.outputs.crate-names }}
|
crate: ${{ steps.meta.outputs.crates-names }}
|
||||||
version: ${{ steps.meta.outputs.version-actual }}
|
version: ${{ steps.meta.outputs.version-actual }}
|
||||||
notes: ${{ steps.meta.outputs.notes }}
|
notes: ${{ steps.meta.outputs.notes }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue