Skip to content

Commit

Permalink
test_002
Browse files Browse the repository at this point in the history
  • Loading branch information
tal7aouy committed Dec 20, 2023
1 parent 46f9bb5 commit 4150845
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- name: Build extension
run: npm run build

- name: Debug environment variables
run: |
echo "VSCE_TOKEN: $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

- name: Deploy extension
run: |
vsce package
Expand Down

0 comments on commit 4150845

Please sign in to comment.