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

This commit is contained in:
2025-01-08 20:44:20 +00:00
parent 8228f9fb04
commit dc45ef752b
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
git config user.email "${{ vars.EMAIL_GIT }}"
git add package.json
git commit -m "Update version to ${{ github.ref_name }}"
git push origin HEAD
git push
- name: Publish to Visual Studio Marketplace
run: vsce publish
env: