From b246372c5fbc11c132838da53f997a11ab730451 Mon Sep 17 00:00:00 2001 From: will-v-pi <108662275+will-v-pi@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:46:17 +0000 Subject: [PATCH] Add publish step to release.yml --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bae4f8b..448696cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,3 +42,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: raspberry-pi-pico-*.vsix + - name: Publish Extension + if: startsWith(github.ref, 'refs/tags/') + env: + VSCE_PAT: ${{ secrets.VSCODE_MARKETPLACE_PAT }} + run: | + vsce publish --pre-release -i raspberry-pi-pico-*.vsix