Skip to content

Commit

Permalink
fix: install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera committed Aug 1, 2023
1 parent dc35dc5 commit 50829a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fetch-depth: 0

- name: Install JQ
run: sudo apt-install -y jq
run: sudo apt-get install -y jq

- name: Generate a changelog
uses: orhun/git-cliff-action@v2
Expand Down

0 comments on commit 50829a7

Please sign in to comment.