Update .gitea/workflows/build_and_puplish.yml
/ build_and_publish (push) Failing after 27s

This commit is contained in:
2025-08-03 19:39:13 +00:00
parent afc675f47f
commit 6d404f26f2
+7 -7
View File
@@ -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: