From 6e83df33bc34cb8562cb979c9890f4ec702d5c6f Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 14 Nov 2024 15:30:45 +0000 Subject: [PATCH] Fix typo in parameters --- .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 1b81fa9569..3e2b5368a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,4 +20,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag: ${{ github.ref }} - tile: Release ${{ github.ref }} + title: Release ${{ github.ref }}