Skip to content

Commit

Permalink
fix(release): add extension publish task in release.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiszamanidis committed Jun 22, 2023
1 parent bd9e713 commit c019a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Extension
run: npx @vscode/vsce publish -p ${{ secrets.VSCODE_TOKEN }} --no-dependencies

1 comment on commit c019a55

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 81%
88.23% (15/17) 100% (0/0) 80% (4/5)

Please sign in to comment.