From 1428dfeaa646714cc8631abd558d07d246dcd2a6 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Mon, 7 Oct 2024 20:30:27 -0700 Subject: [PATCH] Fix formatting --- .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 8ccc44fb..44354ddb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: # Generated via https://open-vsx.org/user-settings/tokens # Saved locally as "CI VS Code Open VSX publish token" pat: ${{ secrets.OPEN_VSX_TOKEN }} - extensionFile: "ahkpp.vsix" + extensionFile: 'ahkpp.vsix' # dryRun: true # preRelease: true skipDuplicate: true @@ -31,7 +31,7 @@ jobs: # https://dev.azure.com/markwiemer/_usersSettings/tokens # Saved locally as "CI VS Code Marketplace Publish Token" pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} - extensionFile: "ahkpp.vsix" + extensionFile: 'ahkpp.vsix' registryUrl: https://marketplace.visualstudio.com # dryRun: true # preRelease: true