Skip to content

Skip dupes for future debugging #30

Skip dupes for future debugging

Skip dupes for future debugging #30

Workflow file for this run

# Whenever any tag is pushed to the repo
on:
push:
tags:
- '*'
workflow_dispatch:
name: Deploy Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm ci
- run: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
# Generated via https://open-vsx.org/user-settings/tokens
# Saved locally as "CI VS Code Open VSX publish token"
pat: ${{ secrets.OPEN_VSX_TOKEN }}
dryRun: true
# preRelease: true
skipDuplicate: true
# - name: Publish to Visual Studio Marketplace
# uses: HaaLeo/publish-vscode-extension@v1
# with:
# # https://github.com/mark-wiemer-org/ahkpp/settings/secrets/actions
# # https://dev.azure.com/markwiemer/_usersSettings/tokens
# # Saved locally as "CI VS Code Marketplace Publish Token"
# pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
# registryUrl: https://marketplace.visualstudio.com
# # preRelease: true
# skipDuplicate: true