Skip to content

Commit 57df060

Browse files
committed
fix publish
1 parent 421ca2d commit 57df060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
*.vsix
3737
- name: Publish debug extension to VSCode Marketplace
3838
if: startsWith(github.ref, 'refs/heads/release/')
39-
run: npx vsce publish -i ${{ format('./artifacts/neo-contract-debug-{0}.vsix', needs.build.outputs.extensionVersion) }} -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
39+
run: npx vsce publish -i ${{ format('./artifacts/neo3-visual-tracker-{0}.vsix', needs.build.outputs.extensionVersion) }} -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}

0 commit comments

Comments
 (0)