mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(ci-cd): Fix ci:cd
This commit is contained in:
parent
22e9f8e5fd
commit
bba2026b36
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -136,5 +136,5 @@ jobs:
|
||||
echo "VSCE_PAT=${{ secrets.VSCE_PAT }}" >> .env
|
||||
|
||||
- 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_TOKEN }}"
|
||||
run: nix develop .#"vs-code-extension" --command bash -c "source .env && vsce publish --packagePath *.vsix -p ${{ secrets.VSCE_PAT }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user