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