Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Boulema committed Jul 23, 2023
1 parent c9f75dc commit 08a46b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Publish to Marketplace
uses: cezarypiatek/VsixPublisherAction@1.0
with:
extension-file: NuGetMonitor/src/bin/release/NuGetMonitor.vsix
extension-file: NuGetMonitor/src/bin/release/net48/win/NuGetMonitor.vsix
publish-manifest-file: NuGetMonitor/src/publish-manifest.json
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}

Expand Down

0 comments on commit 08a46b9

Please sign in to comment.