From f6398be573c985ec347d965a03df61c40b75a50f Mon Sep 17 00:00:00 2001 From: Friedrich482 Date: Tue, 27 Jan 2026 00:23:14 +0100 Subject: [PATCH] chore: ci - removed the unused environment variables from the publish-extension.yaml ci/cd pipeline and unnecessary builds - bumped the extension version to `v0.0.45` --- .github/workflows/publish-extension.yaml | 6 ------ apps/vscode-extension/package.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/publish-extension.yaml b/.github/workflows/publish-extension.yaml index f32ffd1..51dceb4 100644 --- a/.github/workflows/publish-extension.yaml +++ b/.github/workflows/publish-extension.yaml @@ -22,18 +22,12 @@ jobs: - name: Publish # build the dashboard first then the extension - # for that we need to build the trpc and common packages - # trpc needs to get its types from the api build run: | npm run build --workspace=@repo/common - npm run build --workspace=api - npm run build --workspace=@repo/trpc npm run build --workspace=dashboard npm run publish:patch --workspace=mooncode env: VSCE_PAT: ${{ secrets.VSCE_PAT }} VITE_API_URL: ${{secrets.VITE_API_URL}} - VITE_LOGIN_URL: ${{secrets.VITE_LOGIN_URL}} - VITE_REGISTER_URL: ${{secrets.VITE_REGISTER_URL}} VITE_LOGOUT_URL: ${{secrets.VITE_LOGOUT_URL}} VITE_AUTH_GOOGLE_URL: ${{secrets.VITE_AUTH_GOOGLE_URL}} diff --git a/apps/vscode-extension/package.json b/apps/vscode-extension/package.json index 873b91c..ef42591 100644 --- a/apps/vscode-extension/package.json +++ b/apps/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "mooncode", "displayName": "MoonCode", "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.", - "version": "0.0.44", + "version": "0.0.45", "icon": "./public/moon.png", "publisher": "Friedrich482", "author": {