We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4317be8 commit 04c58a8Copy full SHA for 04c58a8
1 file changed
.github/workflows/release-version.yaml
@@ -31,9 +31,10 @@ jobs:
31
run: |
32
npm install -g yarn
33
yarn global add standard-version
34
- sudo add-apt-repository ppa:rmescandon/yq -y
35
sudo apt update
36
- sudo apt install yq -y
+ sudo apt upgrade
+ sudo wget -qO /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64"
37
+ sudo chmod +x /usr/local/bin/yq
38
cd ./scripts/
39
yarn
40
0 commit comments