Skip to content

Commit

Permalink
Add upload to vsix gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir L. Boulema committed Sep 14, 2021
1 parent e55f853 commit b5c3438
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,24 @@ jobs:
body: ${{ steps.tag_version.outputs.changelog }}
artifacts: "**/*.vsix"

- name: Publish extension to Marketplace - VS2019
- name: Publish to Marketplace - VS2019
uses: cezarypiatek/[email protected]
with:
extension-file: CodeNav/CodeNav.VS2019/bin/release/CodeNav.VS2019.vsix
publish-manifest-file: CodeNav/publish-manifest.VS2019.json
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}

- name: Publish extension to Marketplace - VS2022
- name: Publish to Marketplace - VS2022
uses: cezarypiatek/[email protected]
with:
extension-file: CodeNav/CodeNav.VS2022/bin/release/CodeNav.VS2022.vsix
publish-manifest-file: CodeNav/publish-manifest.VS2022.json
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}

- name: Publish to Open VSIX Gallery
uses: leandro-hermes/[email protected]
with:
host: 'vsixgallery.com'
path: '/api/upload?repo=${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}&issuetracker=${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/issues'
https: true
filePath: CodeNav/CodeNav.VS2019/bin/release/CodeNav.VS2019.vsix

0 comments on commit b5c3438

Please sign in to comment.