Skip to content

Commit

Permalink
fix: load variable
Browse files Browse the repository at this point in the history
  • Loading branch information
itszeeshan committed Aug 30, 2024
1 parent 7e116bd commit ceee060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: npm run build

- name: Publish to VSCode Extension Marketplace
run: npx vsce publish -p ${{ secrets.VSCE_PAT }}
run: |
echo "${{ secrets.VSCE_PAT }}" | npx vsce publish -p $(cat)
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit ceee060

Please sign in to comment.