We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5858159 commit 2ad5095Copy full SHA for 2ad5095
.github/workflows/bump-version.yaml
@@ -23,9 +23,9 @@ jobs:
23
- id: setup-libraries
24
name: Install libraries
25
run: |
26
- sudo add-apt-repository ppa:rmescandon/yq -y
27
- sudo apt update
28
- sudo apt install yq -y
+ wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
+ chmod +x /usr/local/bin/yq
+ yq --version
29
30
- id: read-openapi-version
31
name: Read OpenAPI Version
0 commit comments