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

This commit is contained in:
2025-08-04 11:30:13 +00:00
parent 6cde05b786
commit 1b48cc1983
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
git commit -m "Update version to ${{ github.ref_name }}" git commit -m "Update version to ${{ github.ref_name }}"
git push origin HEAD:main git push origin HEAD:main
- name: Publish to Visual Studio Marketplace - name: Publish to Visual Studio Marketplace
run: vsce pack run: vsce publish
env: env:
VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }} VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }}
- name: Upload VSIX to Release - name: Upload VSIX to Release