fix: update quality to stable workflows and generate notes on release [skip ci]

This commit is contained in:
Baptiste Augrain
2022-09-02 08:21:24 +02:00
parent a626779410
commit 7a289a8b61
4 changed files with 5 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ jobs:
env:
OS_NAME: 'linux'
VSCODE_ARCH: ${{ matrix.vscode_arch }}
VSCODE_QUALITY: 'stable'
strategy:
fail-fast: false

View File

@@ -23,6 +23,7 @@ jobs:
env:
OS_NAME: 'osx'
VSCODE_ARCH: ${{ matrix.vscode_arch }}
VSCODE_QUALITY: 'stable'
strategy:
fail-fast: false
matrix:

View File

@@ -24,8 +24,9 @@ jobs:
run:
shell: bash
env:
VSCODE_ARCH: ${{ matrix.vscode_arch }}
OS_NAME: 'windows'
VSCODE_ARCH: ${{ matrix.vscode_arch }}
VSCODE_QUALITY: 'stable'
strategy:
fail-fast: false
matrix: