Skip to content

Commit

Permalink
init2
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 committed Mar 10, 2025
1 parent b0c8014 commit 19ea975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
packagePath: "packages/vscode-extension"
registryUrl: https://marketplace.visualstudio.com
pat: ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
target: ${{ steps.set_targets.outputs.targets }}
Expand All @@ -110,5 +111,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
packagePath: "packages/vscode-extension"
pat: ${{ secrets.OPENVSX_MARKETPLACE_TOKEN }}
target: ${{ steps.set_targets.outputs.targets }}

0 comments on commit 19ea975

Please sign in to comment.