Skip to content

Commit

Permalink
Add vsce_pat test
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored Mar 27, 2024
1 parent a357b4e commit 238bea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: |
yarn lint
vsce package --pre-release
- name: Test PAT
env:
VSCE_PAT: ${{ secrets.VSCODE_MARKETPLACE_PAT }}
run: |
vsce verify-pat raspberry-pi
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 238bea2

Please sign in to comment.