mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(ci-cd): Fix command
This commit is contained in:
parent
fcdd70030f
commit
132efb0954
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -131,5 +131,5 @@ jobs:
|
|||||||
files: '*.vsix'
|
files: '*.vsix'
|
||||||
|
|
||||||
- name: Upload extension to VS Code Marketplace
|
- 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 }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user