Skip to content

Commit

Permalink
ci: adds open vsc extension pipeline
Browse files Browse the repository at this point in the history
refs #546
  • Loading branch information
marabesi committed Aug 13, 2023
1 parent 2d35e8f commit 6151ba3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish_ovsx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish to Open VSX Registry

on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VSX_TOKEN }}

0 comments on commit 6151ba3

Please sign in to comment.