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
76180857bf
commit
53de0b757c
13
.github/workflows/release.yaml
vendored
13
.github/workflows/release.yaml
vendored
@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Shrink binary
|
- name: Shrink binary
|
||||||
if: ${{ matrix.goos == 'linux' }}
|
if: ${{ matrix.goos == 'linux' }}
|
||||||
run: nix develop .#"shrink" --command bash -c "upx dist/out/config-lsp"
|
run: nix develop .#"vs-code-extension" --command bash -c "upx dist/out/config-lsp"
|
||||||
|
|
||||||
- name: Package extension
|
- name: Package extension
|
||||||
run: nix develop .#"vs-code-extension" --command bash -c "cd dist && vsce package --target ${{ matrix.vscode_target }}"
|
run: nix develop .#"vs-code-extension" --command bash -c "cd dist && vsce package --target ${{ matrix.vscode_target }}"
|
||||||
@ -130,8 +130,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: '*.vsix'
|
files: '*.vsix'
|
||||||
|
|
||||||
- name: Upload extension to VS Code Marketplace
|
- name: Set .env
|
||||||
run: nix develop .#"vs-code-extension" --command bash -c "vsce publish --packagePath *.vsix"
|
run: |
|
||||||
env:
|
touch .env
|
||||||
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
|
echo "VSCE_PAT=${{ secrets.VSCE_TOKEN }}" >> .env
|
||||||
|
|
||||||
|
- name: Upload extension to VS Code Marketplace
|
||||||
|
run: nix develop .#"vs-code-extension" --command bash -c "source .env && vsce publish --packagePath *.vsix"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user