Skip to content

Commit

Permalink
Merge pull request #174 from tonyhallett/correct-manifest-path
Browse files Browse the repository at this point in the history
correct manifest path
  • Loading branch information
tonyhallett authored Aug 17, 2021
2 parents 9f6730e + 87b12ae commit c72cd11
Showing 1 changed file with 1 addition 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 @@ -91,7 +91,7 @@ jobs:
uses: mrluje/vs-marketplace-publisher@v2
with:
pat: ${{ secrets.FCC_VS_MARKET_PLACE_PUBLISH_TOKEN }}
manifestPath: ${{env.VSIX_PROJECT}}\vs-market-place-manifest.json
manifestPath: ${{github.workspace}}\vs-market-place-manifest.json
vsixPath: ${{env.VSIX}}
- name: comment - released and added to marketplace
if: github.event_name == 'push'
Expand Down

0 comments on commit c72cd11

Please sign in to comment.