diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d23d56c..b360f12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,11 @@ jobs: - name: Install dependencies run: npm install + - name: Configure Git + run: | + git config --global user.email "rajesh@hyperoot.dev" + git config --global user.name "hyp3r00t" + - name: Package VSCode extension run: | npm install -g vsce