Skip to content

Commit 24ae241

Browse files
authored
Fix Firefox version badge in readme (#40)
* Fix Firefox version badge in readme * Ensure that the cron will not be overridden with `npx ghat`
1 parent 538ff64 commit 24ae241

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ env:
33

44
# FILE GENERATED WITH: npx ghat fregante/ghatemplates/webext
55
# SOURCE: https://github.com/fregante/ghatemplates
6+
# OPTIONS: {"set":["on.schedule=[{\"cron\": \"41 12 1 * *\"}]"]}
67

78
name: Release
89
on:
@@ -25,7 +26,7 @@ jobs:
2526
- uses: fregante/daily-version-action@v1
2627
name: Create tag if necessary
2728
id: daily-version
28-
- uses: notlmn/release-with-changelog@v3
29+
- uses: fregante/release-with-changelog@v3
2930
if: steps.daily-version.outputs.created
3031
with:
3132
token: ${{ secrets.GITHUB_TOKEN }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Much thanks to @Pocket-titan and @djrosenbaum for working on the logo 🖼!
1919

2020
[<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_128x128.png" width="48" alt="Chrome" valign="middle">][link-chrome] [<img valign="middle" src="https://img.shields.io/chrome-web-store/v/cjbacdldhllelehomkmlniifaojgaeph.svg?label=%20">][link-chrome] also compatible with [<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge_48x48.png" width="24" alt="Edge" valign="middle">][link-chrome] [<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera_48x48.png" width="24" alt="Opera" valign="middle">][link-chrome]
2121

22-
[<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_128x128.png" width="48" alt="Firefox" valign="middle">][link-firefox] [<img valign="middle" src="https://img.shields.io/amo/v/refined-github-.svg?label=%20">][link-firefox]
22+
[<img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_128x128.png" width="48" alt="Firefox" valign="middle">][link-firefox] [<img valign="middle" src="https://img.shields.io/amo/v/contributor-on-github.svg?label=%20">][link-firefox]
2323

2424
---
2525

0 commit comments

Comments
 (0)