Skip to content

Commit 03e8e59

Browse files
committed
Remove jq since it's installed by default
1 parent eca90bb commit 03e8e59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ jobs:
103103
env:
104104
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105105

106-
- name: Install jq
107-
run: sudo apt-get update && sudo apt-get install -y jq
108-
109106
- name: Publish changelog to Readme
110107
env:
111108
README_API_KEY: ${{ secrets.README_API_KEY }}

0 commit comments

Comments
 (0)