Skip to content

Commit

Permalink
fix: set executable permissions to ripgrep binary
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmu committed Apr 1, 2024
1 parent 552d74e commit 84af764
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
node-version: 20
- run: npm ci

- name: Set Executable Permissions for ripgrep
run: chmod +x ./node_modules/vscode-ripgrep/bin/rg

- name: Semantic Release
run: npx semantic-release
env:
Expand Down

0 comments on commit 84af764

Please sign in to comment.