Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-08-04 11:42:53 +00:00
parent 35d0f20fba
commit a8b4fd9d1e
+2
View File
@@ -39,6 +39,8 @@ jobs:
run: vsce publish run: vsce publish
env: env:
VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }} VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }}
- name: Pack Extension for Release
run: vsce pack
- name: Upload VSIX to Release - name: Upload VSIX to Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with: