Skip to content

Commit fa9eb45

Browse files
committed
update/fix dasel
1 parent 08546e0 commit fa9eb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
- name: install dasel
3333
run: |
34-
brew install dasel
34+
brew install dasel@3
3535
cat $GITHUB_ENV
3636
3737
- name: extract version
3838
run: |
39-
version=`dasel -r toml -f gradle/libs.versions.toml versions.openapiparser`
39+
version=`dasel -i toml -f gradle/libs.versions.toml versions.openapiparser`
4040
echo "BUILD_VERSION=${version#projectVersion=}" >> $GITHUB_ENV
4141
cat $GITHUB_ENV
4242

0 commit comments

Comments
 (0)