mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(ci-cd): Improve ci:cd
This commit is contained in:
parent
bba2026b36
commit
750f3a97e1
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build nightly release
|
||||
name: build and release
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@ -130,11 +130,6 @@ jobs:
|
||||
with:
|
||||
files: '*.vsix'
|
||||
|
||||
- name: Set .env
|
||||
run: |
|
||||
touch .env
|
||||
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_PAT }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user