Skip to content

Commit

Permalink
fix(ci-cd): Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Oct 27, 2024
1 parent fcdd700 commit 132efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 132efb0

Please sign in to comment.