Skip to content

Commit

Permalink
Merge pull request #48 from joshmu/feat_refactor
Browse files Browse the repository at this point in the history
ci: support for windows build
  • Loading branch information
joshmu authored Apr 28, 2024
2 parents 45f38e2 + ac704aa commit 0652877
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- name: Force checkout the latest tag
run: git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`)
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Checkout the latest tag
shell: pwsh
run: git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`)
- run: npm install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0652877

Please sign in to comment.