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: