Skip to content

Commit 2d27b88

Browse files
committed
fix: dashboard
- added the `VITE_LINKING_GOOGLE_ACCOUNT_URL` in the environment of the `publish-extension.yaml` ci/cd - bumped the extension version to `v0.0.54`
1 parent 121eb8a commit 2d27b88

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131
VITE_API_URL: ${{secrets.VITE_API_URL}}
3232
VITE_LOGOUT_URL: ${{secrets.VITE_LOGOUT_URL}}
3333
VITE_AUTH_GOOGLE_URL: ${{secrets.VITE_AUTH_GOOGLE_URL}}
34+
VITE_LINKING_GOOGLE_ACCOUNT_URL: ${{secrets.VITE_LINKING_GOOGLE_ACCOUNT_URL}}

apps/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mooncode",
33
"displayName": "MoonCode",
44
"description": "MoonCode is an extension that tracks your coding time (like WakaTime) and gives you a detailed summary about all your coding statistics. With MoonCode, developers get the full history of their coding activity.",
5-
"version": "0.0.53",
5+
"version": "0.0.54",
66
"icon": "./public/moon.png",
77
"publisher": "Friedrich482",
88
"author": {

0 commit comments

Comments
 (0)