From 6d404f26f2618fa4be062eb3b44aee588623d830 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 3 Aug 2025 19:39:13 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 509c817..3c0ba63 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -30,13 +30,13 @@ jobs: run: npm run package # - name: Update package.json Version # run: npm version ${{ github.ref_name }} --no-git-tag-version - - name: Commit and Push Changes - run: | - git config user.name "${{ vars.USERNAME_GIT }}" - git config user.email "${{ vars.EMAIL_GIT }}" - git add package.json - git commit -m "Update version to ${{ github.ref_name }}" - git push origin HEAD:main + # - name: Commit and Push Changes + # run: | + # git config user.name "${{ vars.USERNAME_GIT }}" + # git config user.email "${{ vars.EMAIL_GIT }}" + # git add package.json + # git commit -m "Update version to ${{ github.ref_name }}" + # git push origin HEAD:main - name: Publish to Visual Studio Marketplace run: vsce pack env: