Skip to content

Commit

Permalink
copy README so it is published
Browse files Browse the repository at this point in the history
  • Loading branch information
nvms committed Dec 4, 2023
1 parent b8a5d7d commit 69d2d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: cd extension && npm install

- name: Copy README so it gets published
run: cp README.md extension

- name: Publish to Visual Studio Marketplace
run: cd extension && npm run publish
env:
Expand Down

0 comments on commit 69d2d0d

Please sign in to comment.