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