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 08546e0 commit fa9eb45Copy full SHA for fa9eb45
.github/workflows/build.yaml
@@ -31,12 +31,12 @@ jobs:
31
32
- name: install dasel
33
run: |
34
- brew install dasel
+ brew install dasel@3
35
cat $GITHUB_ENV
36
37
- name: extract version
38
39
- version=`dasel -r toml -f gradle/libs.versions.toml versions.openapiparser`
+ version=`dasel -i toml -f gradle/libs.versions.toml versions.openapiparser`
40
echo "BUILD_VERSION=${version#projectVersion=}" >> $GITHUB_ENV
41
42
0 commit comments