Skip to content

Commit

Permalink
feat: v1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyutkarsh committed Jun 30, 2022
1 parent 3ac384e commit fa2f661
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: release

on:
workflow_dispatch:
inputs:
publishtovsm:
required: false
description: Publish to VS Marketplace (true/false - default is false)
default: false
push:
branches:
- "main"
Expand Down Expand Up @@ -52,7 +46,6 @@ jobs:
run: npm run package

- name: 🚀 publish to marketplace
if: ${{ github.event.inputs.publishtovsm == true }}
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_PAT }}
Expand Down

0 comments on commit fa2f661

Please sign in to comment.