From f642b1d0b4823b00d1474f1577e3071916ba2ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Wed, 6 Nov 2024 01:50:21 +0100 Subject: [PATCH] Enable releases to the marketplace --- .github/workflows/release.yml | 8 ++------ CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 869bdf8..c9e9c5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,9 +82,7 @@ jobs: merge-multiple: true - name: Publish to VS Code Marketplace - run: | - npx vsce verify-pat betterthantomorrow --pat ${{ secrets.VSIX_TOKEN }} - echo npx vsce publish --packagePath /tmp/*.vsix --pat ${{ secrets.VSIX_TOKEN }} --githubBranch master + run: npx vsce publish --packagePath /tmp/*.vsix --pat ${{ secrets.VSIX_TOKEN }} --githubBranch master publish-to-open-vsx: runs-on: ubuntu-latest @@ -117,9 +115,7 @@ jobs: merge-multiple: true - name: Publish to Open VSX - run: | - npx ovsx verify-pat betterthantomorrow --pat ${{ secrets.OPEN_VSX_TOKEN }} - echo npx ovsx publish /tmp/*.vsix --pat ${{ secrets.OPEN_VSX_TOKEN }} + run: npx ovsx publish /tmp/*.vsix --pat ${{ secrets.OPEN_VSX_TOKEN }} bump-version: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e600e..76ecf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Changes to Paste Replaced ## [Unreleased] +- Fix issue with humanized typing speed sometimes glitching + ## [v1.1.11] - 2022-11-18 - Add command **Paste Replaced: Paste From Canned...**