From ede976d650c64e81ab9d61b2f8ddf43483f8bf42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Wed, 11 Jan 2023 14:21:16 +1300 Subject: [PATCH] Fix typo (#691) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b286bac2..bc054982 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: outputs: 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 }} notes: ${{ steps.meta.outputs.notes }}