Skip to content

Commit

Permalink
fix package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRaichu authored Nov 14, 2023
1 parent ed6919b commit f0f47a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ on:
secrets:
AZURE_PAT:
required: true
description: The PAT to use to publish the extension.
description: The PAT to use to publish the extension to the vscode marketplace.
OPEN_VSX_TOKEN:
required: true
description: The PAT to use to public the extension to open-vsx.org.
inputs:
preRelease:
type: boolean
Expand Down Expand Up @@ -58,4 +61,4 @@ jobs:
with:
pat: ${{ secrets.AZURE_PAT }}
registryUrl: https://marketplace.visualstudio.com
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}

0 comments on commit f0f47a2

Please sign in to comment.