Skip to content

Commit 04c58a8

Browse files
barcigabriGabriele Barcella
andauthored
fix: fixed enum (#129)
Co-authored-by: Gabriele Barcella <gabrielebarcella@fattureincloud.it>
1 parent 4317be8 commit 04c58a8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-version.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
run: |
3232
npm install -g yarn
3333
yarn global add standard-version
34-
sudo add-apt-repository ppa:rmescandon/yq -y
3534
sudo apt update
36-
sudo apt install yq -y
35+
sudo apt upgrade
36+
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
3738
cd ./scripts/
3839
yarn
3940

0 commit comments

Comments
 (0)