Skip to content

Commit

Permalink
sudo make me a release
Browse files Browse the repository at this point in the history
  • Loading branch information
unRob committed Jan 23, 2023
1 parent cc4b83d commit 3ff1ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version="${GITHUB_REF##*/}"
echo "version is $version"
echo "::group::install tidy + htmlq"
apt-get install tidy
sudo apt-get install tidy
curl -LO https://github.com/mgdm/htmlq/releases/download/v0.4.0/htmlq-x86_64-linux.tar.gz
tar xf htmlq-x86_64-linux.tar.gz
sudo mv htmlq /usr/local/bin/htmlq
Expand Down

0 comments on commit 3ff1ab7

Please sign in to comment.