Skip to content

Commit a51da23

Browse files
committed
Cosmetic tweaks
1 parent f7884ea commit a51da23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
publishMS:
9-
description: 'Publish to the MS Marketplace'
9+
description: 'Publish to the VS Marketplace'
1010
type: boolean
1111
required: true
1212
default: "true"
@@ -63,7 +63,7 @@ jobs:
6363
shell: pwsh
6464

6565
publishMS:
66-
name: Publish to MS marketplace
66+
name: Publish to VS marketplace
6767
runs-on: ubuntu-latest
6868
needs: package
6969
if: github.event.inputs.publishMS == 'true'
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/download-artifact@v2
7373
with:
7474
name: ${{ needs.package.outputs.packageName }}
75-
- name: Publish to MS marketplace
75+
- name: Publish to VS marketplace
7676
run: npx vsce publish --packagePath ./${{ needs.package.outputs.packageName }} -p ${{ secrets.VSCE_PAT }}
7777

7878
publishOVSX:
@@ -113,5 +113,5 @@ jobs:
113113
uses: AButler/[email protected]
114114
with:
115115
files: ${{ needs.package.outputs.packageName }}
116-
release-tag: ${{ needs.package.outputs.tag }}
116+
release-tag: ${{ needs.package.outputs.tag }}
117117
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)