Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit a896d64

Browse files
authored
Merge pull request #175 from education/analytics-2.0.1
Analytics 2.0.1
2 parents 3fc5a21 + e097a78 commit a896d64

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
if: startsWith(github.ref, 'refs/tags/')
6060
run: npm run make
6161
env:
62+
GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
6263
APPLE_ID: ${{ secrets.APPLE_ID }}
6364
APPLE_ID_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
6465
WINDOWS_PFX_FILE: ${{ steps.write_file.outputs.filePath }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "classroom-assistant",
33
"productName": "Classroom Assistant",
4-
"version": "2.0.0-beta",
4+
"version": "2.0.0",
55
"description": "Desktop helper for GitHub Classroom",
66
"main": "./.webpack/main",
77
"scripts": {

0 commit comments

Comments
 (0)