Skip to content

Commit 8b501bb

Browse files
authored
try and publish 2022 extension with github actions (#197)
1 parent fde8342 commit 8b501bb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/push_pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
uses: mrluje/vs-marketplace-publisher@v2
132132
with:
133133
pat: ${{ secrets.FCC_VS_MARKET_PLACE_PUBLISH_TOKEN }}
134-
manifestPath: ${{github.workspace}}\vs-market-place-manifest.json
134+
manifestPath: ${{github.workspace}}\vs-market-place-manifest-2022.json
135135
vsixPath: ${{env.VSIX2022}}
136136

137137
- name: comment - released and added to marketplace

vs-market-place-manifest-2022.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vsix-publish",
3+
"categories": [ "coding", "reporting", "testing" ],
4+
"identity": {
5+
"internalName": "FineCodeCoverage2022"
6+
},
7+
"overview": "vs-market-place-overview.md",
8+
"priceCategory": "free",
9+
"publisher": "FortuneNgwenya",
10+
"private": false,
11+
"qna": true,
12+
"repo": "https://github.com/FortuneN/FineCodeCoverage"
13+
}

0 commit comments

Comments
 (0)