Skip to content

Commit

Permalink
Add publish step to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored Mar 27, 2024
1 parent 238bea2 commit b246372
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b246372

Please sign in to comment.