fix(ci-cd): Fix command

This commit is contained in:
Myzel394 2024-10-27 12:21:44 +01:00
parent fcdd70030f
commit 132efb0954
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F

View File

@ -131,5 +131,5 @@ jobs:
files: '*.vsix'
- name: Upload extension to VS Code Marketplace
run: nix develop .#"vs-code-extension" --command bash -c "source .env && vsce publish --packagePath *.vsix -p ${{ secrets.VSCE_PAT }}"
run: nix develop .#"vs-code-extension" --command bash -c "vsce publish --packagePath *.vsix -p ${{ secrets.VSCE_PAT }}"