Skip to content

Commit

Permalink
Enable releases to the marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 6, 2024
1 parent a9e937d commit f642b1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...**
Expand Down

0 comments on commit f642b1d

Please sign in to comment.