Add "Publish VS Code Extension" Action

Add https://github.com/HaaLeo/publish-vscode-extension to the deployment list.
This action allows to publish to the Open VSX Registry as well as to the Visual Studio Marketplace
This commit is contained in:
Leo Hanisch 2020-07-22 17:21:21 +02:00 committed by GitHub
parent fa3e308e50
commit 0c181c5bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,6 +397,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
- [Run Ansible Playbooks](https://github.com/arillso/action.playbook) - [Run Ansible Playbooks](https://github.com/arillso/action.playbook)
- [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action)
- [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension)
#### Docker #### Docker