Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 8, 2024
1 parent d1e77f9 commit 1428dfe
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 @@ -20,7 +20,7 @@ jobs:
# Generated via https://open-vsx.org/user-settings/tokens
# Saved locally as "CI VS Code Open VSX publish token"
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: "ahkpp.vsix"
extensionFile: 'ahkpp.vsix'
# dryRun: true
# preRelease: true
skipDuplicate: true
Expand All @@ -31,7 +31,7 @@ jobs:
# https://dev.azure.com/markwiemer/_usersSettings/tokens
# Saved locally as "CI VS Code Marketplace Publish Token"
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
extensionFile: "ahkpp.vsix"
extensionFile: 'ahkpp.vsix'
registryUrl: https://marketplace.visualstudio.com
# dryRun: true
# preRelease: true
Expand Down

0 comments on commit 1428dfe

Please sign in to comment.