Skip to content

Commit

Permalink
ci: may the Actions god have mercy
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-l committed Aug 16, 2024
1 parent 12194d4 commit b69e599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Package VSCode extension
shell: bash
run: pnpm package -- --target ${{ matrix.vscode-target }} -o typst-lsp-${{ matrix.vscode-target }}.vsix
run: pnpm package -- --target ${{ matrix.vscode-target }} -o yag-template-lsp-${{ matrix.vscode-target }}.vsix
working-directory: ./editors/vscode

- name: Upload VSCode extension
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Deploy to VSCode Marketplace
env:
VSCE_PAT: ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
run: npx vsce publish --packagePath $(find . -type f -iname '*.vsix')
run: npx @vscode/vsce publish --packagePath $(find . -type f -iname '*.vsix')

- name: Deploy to OpenVSX
env:
Expand Down

0 comments on commit b69e599

Please sign in to comment.