Skip to content

Commit

Permalink
ci: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyutkarsh committed Aug 25, 2021
1 parent 4670907 commit 15d8392
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
unreleased: true
issues: true

- name: update pacakge.json
run: |
sed -i -e "s/^version.*/version = '${{ github.event.inputs.version }}'/" package.json
- name: 📦 compile and create vsix
run: npm run package

Expand Down

0 comments on commit 15d8392

Please sign in to comment.