Skip to content

Commit

Permalink
Try another publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Mar 15, 2024
1 parent ce069b6 commit 6875ab6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Donwload extension from latest release assets
uses: robinraju/[email protected]
with:
Expand All @@ -23,10 +22,9 @@ jobs:
out-file-path: conan-vs-extension.vsix
extract: false
token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish release to marketplace
uses: mrluje/vs-marketplace-publisher@v2
- name: Visual Studio Marketplace Publisher
uses: CalvinAllen/action-vs-marketplace-publish@v1
with:
pat: ${{ secrets.vs_marketplace_pat }} # Personal Access Token to upload to the VS Marketplace
manifestPath: vsixManifest.json
vsixPath: conan-vs-extension.vsix
marketplace-pat: ${{ secrets.vs_marketplace_pat }} # Personal Access Token to upload to the VS Marketplace
publish-manifest-path: vsixManifest.json
vsix-path: conan-vs-extension.vsix

0 comments on commit 6875ab6

Please sign in to comment.