Skip to content

Commit

Permalink
try and publish 2022 extension with github actions (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhallett authored Nov 12, 2021
1 parent fde8342 commit 8b501bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
uses: mrluje/vs-marketplace-publisher@v2
with:
pat: ${{ secrets.FCC_VS_MARKET_PLACE_PUBLISH_TOKEN }}
manifestPath: ${{github.workspace}}\vs-market-place-manifest.json
manifestPath: ${{github.workspace}}\vs-market-place-manifest-2022.json
vsixPath: ${{env.VSIX2022}}

- name: comment - released and added to marketplace
Expand Down
13 changes: 13 additions & 0 deletions vs-market-place-manifest-2022.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [ "coding", "reporting", "testing" ],
"identity": {
"internalName": "FineCodeCoverage2022"
},
"overview": "vs-market-place-overview.md",
"priceCategory": "free",
"publisher": "FortuneNgwenya",
"private": false,
"qna": true,
"repo": "https://github.com/FortuneN/FineCodeCoverage"
}

0 comments on commit 8b501bb

Please sign in to comment.