Skip to content

Commit

Permalink
Make extension build workdir clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Sep 12, 2024
1 parent 1427d2b commit 1429e4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:

- name: "Install dependencies"
run: npm install

- name: "Build extension"
run: npm run package ${{ github.event.release.tag_name }}
run: git stash && npm run package ${{ github.event.release.tag_name }} && git stash pop

- name: upload vsix
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 1429e4a

Please sign in to comment.