Skip to content

Commit

Permalink
fix: 🐛 publish to OPEN_VSX only if there is a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
pshaddel committed Feb 23, 2023
1 parent aea0f15 commit 3185d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ jobs:
registryUrl: https://marketplace.visualstudio.com
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
if: ${{ steps.release.outputs.released == 'true' }}
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}

0 comments on commit 3185d7c

Please sign in to comment.