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