From 847e0cbc27e2121f6404796255a143afc9af7809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 15 Dec 2023 19:29:19 -0500 Subject: [PATCH] fix: user wrong --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34b6a43d..808b590e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: with: push_options: '--force' commit_message: "chore(docs): Rebuild docs [skip ci]" - commit_author: "Javier Ribó" - commit_user_name: "Javier Ribó" - commit_user_email: "elribonazo@gmail.com" + commit_author: Javier Ribó + commit_user_name: Javier Ribó + commit_user_email: elribonazo@gmail.com \ No newline at end of file