We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f6730e + 87b12ae commit c72cd11Copy full SHA for c72cd11
.github/workflows/push_pull.yaml
@@ -91,7 +91,7 @@ jobs:
91
uses: mrluje/vs-marketplace-publisher@v2
92
with:
93
pat: ${{ secrets.FCC_VS_MARKET_PLACE_PUBLISH_TOKEN }}
94
- manifestPath: ${{env.VSIX_PROJECT}}\vs-market-place-manifest.json
+ manifestPath: ${{github.workspace}}\vs-market-place-manifest.json
95
vsixPath: ${{env.VSIX}}
96
- name: comment - released and added to marketplace
97
if: github.event_name == 'push'
0 commit comments