From 38fdc6d23f2b2d9c1dcdc0fc964848c14eb33a45 Mon Sep 17 00:00:00 2001 From: Konstantin Lepeshenkov <5447190+scale-tone@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:58:41 +0200 Subject: [PATCH] Update push-to-vscode-marketplace.yml --- .github/workflows/push-to-vscode-marketplace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-vscode-marketplace.yml b/.github/workflows/push-to-vscode-marketplace.yml index 16fbb7b..a6a1e2b 100644 --- a/.github/workflows/push-to-vscode-marketplace.yml +++ b/.github/workflows/push-to-vscode-marketplace.yml @@ -90,4 +90,4 @@ jobs: - name: publish vsix env: VSCODE_MARKETPLACE_PAT: ${{ secrets.VSCODE_MARKETPLACE_PAT }} - run: vsce publish --pat $(VSCODE_MARKETPLACE_PAT) --packagePath drop/durablefunctionsmonitor*.vsix + run: vsce publish --pat $VSCODE_MARKETPLACE_PAT --packagePath drop/durablefunctionsmonitor*.vsix