Skip to content

Commit

Permalink
Merge pull request #36 from khawkins/update_publish
Browse files Browse the repository at this point in the history
Install package, to use vsce dependency for publish
  • Loading branch information
khawkins committed Jul 6, 2023
2 parents 057f21b + b457cd3 commit 6c0f45f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: '16.x'

- name: Install dependencies
run: npm install

- name: Validate tag name
id: validate_tag_name
uses: actions/github-script@v6
Expand Down

0 comments on commit 6c0f45f

Please sign in to comment.