Skip to content

Commit

Permalink
fix: remove chmod action in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmu committed Apr 1, 2024
1 parent d79650e commit dd4b6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
node-version: 20
- run: npm ci

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

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

0 comments on commit dd4b6cb

Please sign in to comment.