Skip to content

Commit b91f1f6

Browse files
committed
Merge branch 'master' into develop
2 parents fe09cf1 + 82bb9bd commit b91f1f6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
type: boolean
2525
env:
2626
REACT_APP_BUILD_TARGET: 'extension'
27+
REACT_APP_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
28+
REACT_APP_AMPLITUDE_URL: ${{ secrets.REACT_APP_AMPLITUDE_URL }}
2729

2830
jobs:
2931
tag_version:

public/base.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Hackertab.dev - developer news",
33
"description": "All developer news in one tab",
4-
"version": "1.15.9",
4+
"version": "1.15.11",
55
"chrome_url_overrides": {
66
"newtab": "index.html"
77
},

0 commit comments

Comments
 (0)