Skip to content

Commit 1cf1854

Browse files
author
Gabriele Barcella
committed
fix: yq download changed
1 parent 5db988e commit 1cf1854

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
run: |
5050
npm install -g yarn
5151
yarn global add standard-version
52-
sudo add-apt-repository ppa:rmescandon/yq -y
53-
sudo apt update
54-
sudo apt install yq -y
52+
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
53+
chmod +x /usr/local/bin/yq
54+
yq --version
5555
cd ./scripts/
5656
yarn
5757

0 commit comments

Comments
 (0)