summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schlosser <2466365+cschlosser@users.noreply.github.com>2021-05-26 22:13:37 +0200
committerGitHub <noreply@github.com>2021-05-26 22:13:37 +0200
commit638cfe09c56b8e75cf3dfa77652f51312766bd36 (patch)
treef4e6c3be5183c1319b4f109b9bb787268d186261
parent37b3f9a1fd09087313feac6b510e7610815a6e20 (diff)
downloaddoxdocgen-638cfe09c56b8e75cf3dfa77652f51312766bd36.tar.gz
Add open vsx (#235)
Replace gitter.im with IRC
-rw-r--r--.github/workflows/cd.yml10
-rw-r--r--README.md2
2 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 96e9a8d..01c207e 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
- run: yarn
- name: Install VSCE
- run: yarn add vsce -D
+ run: yarn add vsce ovsx -D
- name: Update $PATH
run: echo "$PWD/node_modules/.bin/" >> $GITHUB_PATH
@@ -33,12 +33,18 @@ jobs:
- name: Build vsix
run: vsce package && ls -alh
- - name: Deploy to Marketplace
+ - name: Publish to VS Code Marketplace
run: vsce publish -p ${VSCE_TOKEN}
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
if: contains(github.ref, 'refs/tags/')
+ - name: Publish to Open VSX Registry
+ run: ovsx publish
+ env:
+ OVSX_PAT: ${{ secrets.OPEN_VSX_TOKEN }}
+ if: contains(github.ref, 'refs/tags/')
+
- name: Upload vsix to GitHub release
uses: svenstaro/upload-release-action@v2
with:
diff --git a/README.md b/README.md
index fc0f335..db3ddaa 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by
[![CI build status](https://img.shields.io/github/workflow/status/cschlosser/doxdocgen/CI/master)](https://github.com/cschlosser/doxdocgen/actions/workflows/ci.yml?query=branch%3Amaster)
[![Release build status](https://img.shields.io/github/workflow/status/cschlosser/doxdocgen/CD?label=Release)](https://github.com/cschlosser/doxdocgen/actions/workflows/cd.yml?query=event%3Arelease++)
[![codecov](https://codecov.io/gh/cschlosser/doxdocgen/branch/master/graph/badge.svg)](https://codecov.io/gh/cschlosser/doxdocgen)
-[![Gitter chat](https://badges.gitter.im/doxdocgen.png)](https://gitter.im/doxdocgen)
+[![IRC chat](https://img.shields.io/badge/irc.oftc.net-%23doxdocgen-brightgreen)](https://webchat.oftc.net/?channels=doxdocgen)
## Table of Contents