Skip to content

Commit

Permalink
fix(ci-cd): Fix ci:cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Oct 20, 2024
1 parent 22e9f8e commit bba2026
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 @@ -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 }}"

0 comments on commit bba2026

Please sign in to comment.