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 }}"