From 60a008f9f695c2b659ffc8b7da3bc7bdfec375bd Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 09:20:46 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 95763e2..e239354 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -29,8 +29,5 @@ jobs: - name: Build Package Files run: npm run package - name: Publish to Visual Studio Marketplace - uses: HaaLeo/publish-vscode-extension@v1 - with: - pat: ${{ secrets.VSCODE_MARKETPALCE }} - registryUrl: https://marketplace.visualstudio.com + run: vsce publish ${{ secrets.VSCODE_MARKETPALCE }} \ No newline at end of file