From aabd5f1f1f6101c5e8cbc347b0f16526c098e8fb Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:38:33 -0700 Subject: [PATCH] Update deploy.yml (#468) --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84e21fd3..a73a83db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: with: # Generated via https://open-vsx.org/user-settings/tokens, valid forever? pat: ${{ secrets.OPEN_VSX_TOKEN }} - prerelease: true + preRelease: true - name: Publish to Visual Studio Marketplace uses: HaaLeo/publish-vscode-extension@v1 with: @@ -26,4 +26,4 @@ jobs: # Saved locally as "CI VS Code Marketplace Publish Token", expires 2024-06-22 pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} registryUrl: https://marketplace.visualstudio.com - prerelease: true + preRelease: true