Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: publish to open-vsx #1255

Merged
merged 12 commits into from Oct 31, 2022
23 changes: 23 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,23 @@
name: release

on:
push:
tags:
- '*'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16

- run: npm i -g pnpm ovsx
- run: pnpm install --frozen-lockfile --no-optional
- run: pnpm run prepack:node && pnpm ovsx publish
working-directory: extensions/vscode-vue-language-features
env:
OVSX_PAT: ${{ secrets.OVSX_PAT }}
51 changes: 31 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.