Skip to content

Commit

Permalink
Merge pull request #8 from digitallyinduced/jeyj0-deploy-open-vsx
Browse files Browse the repository at this point in the history
deploy new tags to open-vsx
  • Loading branch information
jeyj0 authored Nov 15, 2021
2 parents 3fa09a2 + 3ca47b3 commit a70f58f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/deploy-open-vsx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
push:
tags:
- "*"

name: Deploy Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v0
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
# - name: Publish to Visual Studio Marketplace
# uses: HaaLeo/publish-vscode-extension@v0
# with:
# pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
# registryUrl: https://marketplace.visualstudio.com

0 comments on commit a70f58f

Please sign in to comment.