Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey committed Oct 22, 2022
1 parent c6dd0bd commit bfec548
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Deploy Extension

on:
push:
tags:
- "*"

name: Deploy Extension
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -13,9 +14,9 @@ jobs:
with:
node-version: 16
- run: |
cd scratch-vhdl-vscode
npm install
cd ..
cd scratch-vhdl-vscode
npm install
cd ..
- name: Publish to Open VSX Registry
id: open_vsx
uses: HaaLeo/publish-vscode-extension@v1
Expand Down

0 comments on commit bfec548

Please sign in to comment.