Skip to content

Commit

Permalink
Merge pull request #49 from joshmu/feat_refactor
Browse files Browse the repository at this point in the history
ci: env issues
  • Loading branch information
joshmu authored Apr 28, 2024
2 parents 737eb24 + dd289f6 commit c738435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
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: 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 c738435

Please sign in to comment.