From b1bc139a7b5973a86d6b8eec4874bd53903d4892 Mon Sep 17 00:00:00 2001 From: viniciusdc Date: Wed, 4 May 2022 19:10:49 -0300 Subject: [PATCH] Fix workflow syntax --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8df11de..4ddd25d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,4 +38,5 @@ jobs: - name: GH Release uses: softprops/action-gh-release@v1 - name: Version ${{ env.RELEASE_VERSION }} + with: + name: Version ${{ env.RELEASE_VERSION }}