Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into zoomed-in-overflow
Browse files Browse the repository at this point in the history
sroy3 authored May 24, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0d76c6f + 7e1d50c commit a7cf210
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,12 @@ jobs:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
extensionFile: './extension/dvc.vsix'
pat: ${{ secrets.OPEN_VSX_TOKEN }}

- name: Get Most Recent Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2

0 comments on commit a7cf210

Please sign in to comment.