Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
isso-719 committed Mar 5, 2024
1 parent 60fbacf commit c819885
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish Extension
on:
push:
tags:
- "*"

name: Release
- '*'
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -13,10 +12,6 @@ jobs:
with:
node-version: 20
- run: npm ci
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit c819885

Please sign in to comment.