From 1b48cc19832d18a6f6a67036ab1bb2e6a34bd7e5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 4 Aug 2025 11:30:13 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index cd7fbd5..3ec6ffc 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -36,7 +36,7 @@ jobs: git commit -m "Update version to ${{ github.ref_name }}" git push origin HEAD:main - name: Publish to Visual Studio Marketplace - run: vsce pack + run: vsce publish env: VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }} - name: Upload VSIX to Release