Skip to content

Commit

Permalink
ci: 💚 --
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis-ndubuisi committed Sep 13, 2023
1 parent 5954f94 commit 56448b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
if: runner.os != 'Linux'
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
run: npm run deploy
env:
VSCE_PAT: ${{secrets.GITHUB_TOKEN}}
VSCE_PAT: ${{secrets.VSCE_PAT}}
run: npm run deploy

0 comments on commit 56448b8

Please sign in to comment.