From de270ea6e28b79fd2159484deb036ab47c7da1a9 Mon Sep 17 00:00:00 2001 From: RoelVB Date: Thu, 28 Dec 2023 17:27:22 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20incorrect=20b=C3=A8ta=20accent=20in=20Ch?= =?UTF-8?q?rome=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-build.yml b/.github/workflows/deploy-build.yml index 76bd23f..d89c4c9 100644 --- a/.github/workflows/deploy-build.yml +++ b/.github/workflows/deploy-build.yml @@ -79,13 +79,13 @@ jobs: - name: Install dependencies run: npm ci - # Change the name in the manifest for the Béta build + # Change the name in the manifest for the Bèta build - name: Change name for Bèta build if: ${{ inputs.isBeta }} uses: ChromeKeePass/action-github-change-json@main with: key: name - value: ChromeKeePass Béta + value: ChromeKeePass Bèta path: dist/manifest.json # Build with new name and version