Skip to content

Commit

Permalink
Update deploy.yml (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Aug 22, 2024
1 parent d3e5b50 commit aabd5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
# Generated via https://open-vsx.org/user-settings/tokens, valid forever?
pat: ${{ secrets.OPEN_VSX_TOKEN }}
prerelease: true
preRelease: true
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand All @@ -26,4 +26,4 @@ jobs:
# Saved locally as "CI VS Code Marketplace Publish Token", expires 2024-06-22
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
prerelease: true
preRelease: true

0 comments on commit aabd5f1

Please sign in to comment.