From afc675f47f2613a7eb291f4a610688b4a84323b5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 3 Aug 2025 19:37:43 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index e899171..509c817 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -28,8 +28,8 @@ jobs: run: npm -g i @vscode/vsce - name: Build Package Files run: npm run package - - name: Update package.json Version - run: npm version ${{ github.ref_name }} --no-git-tag-version + # - 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 }}"