Skip to content

Commit

Permalink
Cosmetic tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
KamasamaK committed Jan 5, 2022
1 parent f7884ea commit a51da23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
publishMS:
description: 'Publish to the MS Marketplace'
description: 'Publish to the VS Marketplace'
type: boolean
required: true
default: "true"
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
shell: pwsh

publishMS:
name: Publish to MS marketplace
name: Publish to VS marketplace
runs-on: ubuntu-latest
needs: package
if: github.event.inputs.publishMS == 'true'
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: ${{ needs.package.outputs.packageName }}
- name: Publish to MS marketplace
- name: Publish to VS marketplace
run: npx vsce publish --packagePath ./${{ needs.package.outputs.packageName }} -p ${{ secrets.VSCE_PAT }}

publishOVSX:
Expand Down Expand Up @@ -113,5 +113,5 @@ jobs:
uses: AButler/upload-release-assets@v2.0
with:
files: ${{ needs.package.outputs.packageName }}
release-tag: ${{ needs.package.outputs.tag }}
release-tag: ${{ needs.package.outputs.tag }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a51da23

Please sign in to comment.