Skip to content

Commit

Permalink
Fix: incorrect bèta accent in Chrome build
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelVB committed Dec 28, 2023
1 parent ffd39f2 commit de270ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de270ea

Please sign in to comment.