We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe09cf1 + 82bb9bd commit b91f1f6Copy full SHA for b91f1f6
2 files changed
.github/workflows/distribute.yml
@@ -24,6 +24,8 @@ on:
24
type: boolean
25
env:
26
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 }}
29
30
jobs:
31
tag_version:
public/base.manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Hackertab.dev - developer news",
3
"description": "All developer news in one tab",
4
- "version": "1.15.9",
+ "version": "1.15.11",
5
"chrome_url_overrides": {
6
"newtab": "index.html"
7
},
0 commit comments