From 57df0600ecd7ed15e5240c7bfea719a3847ab35e Mon Sep 17 00:00:00 2001 From: Harry Pierson Date: Tue, 28 Jun 2022 17:19:15 -0700 Subject: [PATCH] fix publish --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02f505d..6914f6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,4 +36,4 @@ jobs: *.vsix - name: Publish debug extension to VSCode Marketplace if: startsWith(github.ref, 'refs/heads/release/') - run: npx vsce publish -i ${{ format('./artifacts/neo-contract-debug-{0}.vsix', needs.build.outputs.extensionVersion) }} -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} + run: npx vsce publish -i ${{ format('./artifacts/neo3-visual-tracker-{0}.vsix', needs.build.outputs.extensionVersion) }} -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}