Skip to content

Commit c1e22ed

Browse files
authored
Merge pull request #237 from medyo/fix-google-rejection
Fix google rejection
2 parents 6c25867 + 2f872af commit c1e22ed

23 files changed

+110
-145
lines changed

.github/workflows/distribute.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: github.event.inputs.autoTag == 'true'
5656
uses: EndBug/add-and-commit@v5
5757
with:
58-
branch: master
58+
branch: ${{ github.ref_name }}
5959
author_name: Github bot
6060
author_email: elmehdi.sakout@gmail.com
6161
message: 'Bump manifest version'
@@ -66,8 +66,6 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v4
69-
with:
70-
ref: master
7169
- uses: actions/cache@v4
7270
with:
7371
path: '**/node_modules'
@@ -97,8 +95,6 @@ jobs:
9795
runs-on: ubuntu-latest
9896
steps:
9997
- uses: actions/checkout@v4
100-
with:
101-
ref: master
10298
- uses: actions/cache@v4
10399
with:
104100
path: '**/node_modules'

public/searchengine_logos/baidu_logo.svg

-1
This file was deleted.

public/searchengine_logos/bing_logo.svg

-1
This file was deleted.
+22
Loading

public/searchengine_logos/duckduckgo_logo.svg

-1
This file was deleted.

public/searchengine_logos/google_logo.svg

-1
This file was deleted.

public/searchengine_logos/kagi_logo.svg

-4
This file was deleted.
Loading
Loading

public/searchengine_logos/phind_logo.svg

-27
This file was deleted.

public/searchengine_logos/startpage_logo.svg

-1
This file was deleted.

public/searchengine_logos/yahoo_logo.svg

-1
This file was deleted.

public/searchengine_logos/yandex_logo.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)